summaryrefslogtreecommitdiffstats
path: root/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
commitf9dc4d2ed9f724057ed107839aa8ca6122f7b46c (patch)
tree0cdbdd97ac3a90e5ee034806ff47d40a11a4f4c6 /Makefile.am
parent9307f9476ba20c3f08a5740ce06274a15d85b8c7 (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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 026dc26..4cecdaf 100644
--- a/Makefile.am
+++ b/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