summaryrefslogtreecommitdiffstats
path: root/_conntrack/Makefile.am
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org>2005-10-16 19:44:46 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org>2005-10-16 19:44:46 +0000
commitd25e199483a2ee3dfcd1da17ec8d4ee077d79736 (patch)
tree4fe0394a75a1c9e86d55fd66ae3655ffd3b6541c /_conntrack/Makefile.am
parent67aa2dd95dceb53bec834bf04824531fdec9aa4b (diff)
Major changes, this library isn't libnfnetlink_conntrack anymore.
We provide an high level interface that abstracts from the netlink sockets. Now users don't need to know anything about them.
Diffstat (limited to '_conntrack/Makefile.am')
-rw-r--r--_conntrack/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/_conntrack/Makefile.am b/_conntrack/Makefile.am
index 026dc26..4cecdaf 100644
--- a/_conntrack/Makefile.am
+++ b/_conntrack/Makefile.am
@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
INCLUDES =$(all_includes) -I$(top_srcdir)/include -I${KERNELDIR}
-SUBDIRS = include src
+SUBDIRS = include src extensions
LINKOPTS = -lnfnetlink
man_MANS = #nfnetlink_conntrack.3 nfnetlink_conntrack.7