summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6c75c13..ff5a391 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,7 @@ fi
dnl Output the makefile
AC_CONFIG_FILES([Makefile src/Makefile include/Makefile utils/Makefile
- qa/Makefile include/libnetfilter_conntrack/Makefile
+ examples/Makefile qa/Makefile include/libnetfilter_conntrack/Makefile
include/internal/Makefile src/conntrack/Makefile src/expect/Makefile
libnetfilter_conntrack.pc doxygen.cfg])
AC_OUTPUT