summaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2012-05-10 10:15:09 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2012-05-26 15:29:19 +0200
commitd2e942c76f87ea061d5e8643007f1d4c3ed39694 (patch)
tree0c607e76d0f6e025a2c4de9580eb927628676c88 /include/Makefile.am
parent867b5b6496a3296078146ba3d06616eda3b0717e (diff)
src: integrate nfct into the conntrack-tools tree
I'll need for the upcoming cthelper infrastructure. Moreover, we avoid more fragmentation in the netfilter user-space utilities. And the plan is that `nfct' will replace `conntrack' at some point. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index cbbca6b..138005d 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,8 +1,9 @@
+SUBDIRS = linux
noinst_HEADERS = alarm.h jhash.h cache.h linux_list.h linux_rbtree.h \
sync.h conntrackd.h local.h udp.h tcp.h \
debug.h log.h hash.h mcast.h conntrack.h \
network.h filter.h queue.h vector.h cidr.h \
traffic_stats.h netlink.h fds.h event.h bitops.h channel.h \
- process.h origin.h internal.h external.h date.h
+ process.h origin.h internal.h external.h date.h nfct.h