summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2012-04-13 17:15:27 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2012-05-26 17:24:36 +0200
commit44dcf793ea4439978fbaae5b426912c4beb9425b (patch)
tree9885854cc5f878c3a323bd151e2b9b0e5e78c340 /Makefile.am
parentd773fb2afc097a08d51eae42740c63142b1752cf (diff)
examples: add example using libmnl and the new low-level API (conntrack)
This patch adds the following examples: nfct-mnl-create nfct-mnl-del nfct-mnl-dump nfct-mnl-event nfct-mnl-flush nfct-mnl-get Basically, we re-use the existing object oriented handling and we provide full control on the netlink socket at the same time. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ac90888..baa98ad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ include $(top_srcdir)/Make_global.am
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = include src utils qa
+SUBDIRS = include src utils examples qa
man_MANS = #nfnetlink_conntrack.3 nfnetlink_conntrack.7