diff options
author | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org> | 2005-11-05 13:59:33 +0000 |
---|---|---|
committer | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org> | 2005-11-05 13:59:33 +0000 |
commit | 26caf6b0d84c0709dedb9b05ca4ab91fa3677bb0 (patch) | |
tree | e83fefac108702ea5b848ba65f1dfaf604a3161f | |
parent | 03597cbd7cf72d6ff237d33954f43c859ddf7617 (diff) | |
download | conntrack-tools-26caf6b0d84c0709dedb9b05ca4ab91fa3677bb0.tar.gz conntrack-tools-26caf6b0d84c0709dedb9b05ca4ab91fa3677bb0.zip |
we don't use libnfnetlink directly, so we don't link it explicitlysvn_t_conntrack-0.90
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8d9faf6..46a9220 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ EXTRA_DIST = $(man_MANS) INCLUDES = $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR} SUBDIRS = src extensions DIST_SUBDIRS = include src extensions -LINKOPTS = -ldl -lnfnetlink -lnetfilter_conntrack +LINKOPTS = -ldl -lnetfilter_conntrack AM_CFLAGS = -g $(OBJECTS): libtool |