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/netfilter/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/netfilter/Makefile.am (limited to 'examples/netfilter/Makefile.am') diff --git a/examples/netfilter/Makefile.am b/examples/netfilter/Makefile.am new file mode 100644 index 0000000..ef2f10c --- /dev/null +++ b/examples/netfilter/Makefile.am @@ -0,0 +1,12 @@ +include $(top_srcdir)/Make_global.am + +check_PROGRAMS = nf-queue \ + nfct-event + +nf_queue_SOURCES = nf-queue.c +nf_queue_LDADD = ../../src/libmnl.la +nf_queue_LDFLAGS = -dynamic -ldl + +nfct_event_SOURCES = nfct-event.c +nfct_event_LDADD = ../../src/libmnl.la +nfct_event_LDFLAGS = -dynamic -ldl -- cgit v1.2.3