From 6ea080984022c6ece3e465d81b7b0b0f9709d356 Mon Sep 17 00:00:00 2001 From: Arturo Borrero Date: Thu, 20 Aug 2015 13:38:42 +0200 Subject: nfct: don't link against libnetfilter_conntrack The nfct program uses none of the symbols of libnetfilter_conntrack. Linking against it means that distributors have to maintain an useless depedency. This was spotted by the dpkg-shlibdeps tool. Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1bc3622..a1d00f8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,7 +25,6 @@ nfct_SOURCES += nfct-extensions/timeout.c endif nfct_LDADD = ${LIBMNL_LIBS} \ - ${LIBNETFILTER_CONNTRACK_LIBS} \ ${libdl_LIBS} if HAVE_CTTIMEOUT -- cgit v1.2.3