From 089d5e1c6a4fcd6615b02866b760f2d7b4084a08 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 8 Sep 2010 13:04:35 +0200 Subject: examples: put examples files into specific directories put examples files into specific directories according to the Netlink bus they work with. And minor update in the readme file Signed-off-by: Pablo Neira Ayuso --- examples/genl/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/genl/Makefile.am (limited to 'examples/genl/Makefile.am') diff --git a/examples/genl/Makefile.am b/examples/genl/Makefile.am new file mode 100644 index 0000000..a2df116 --- /dev/null +++ b/examples/genl/Makefile.am @@ -0,0 +1,7 @@ +include $(top_srcdir)/Make_global.am + +check_PROGRAMS = genl-family-get + +genl_family_get_SOURCES = genl-family-get.c +genl_family_get_LDADD = ../../src/libmnl.la +genl_family_get_LDFLAGS = -dynamic -ldl -- cgit v1.2.3