summaryrefslogtreecommitdiffstats
path: root/src/conntrack
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-30 23:50:50 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-10-30 23:53:11 +0200
commit88c7a6cc3ae343e3ff75b041a6d84dcfd840e884 (patch)
tree2d39b4150ffc6d94ccfcd156cd6b5288b99ce61b /src/conntrack
parente45b515d6e4deddac28144ae228e8241320a2277 (diff)
build: no need for error message in PKG_CHECK_MODULES
PKG_CHECK_MODULES already produces its own (and more verbose) messsage when a module cannot be found. Mucking around with CFLAGS and LIBS is also not needed since pkgconfig takes care of providing variables, so let's use them in Makefile.am. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'src/conntrack')
-rw-r--r--src/conntrack/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/conntrack/Makefile.am b/src/conntrack/Makefile.am
index 51d03c0..68c2d72 100644
--- a/src/conntrack/Makefile.am
+++ b/src/conntrack/Makefile.am
@@ -1,7 +1,6 @@
include $(top_srcdir)/Make_global.am
-AM_CFLAGS = -Wall
-LIBS = @LIBNFCONNTRACK_LIBS@
+AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS}
noinst_LTLIBRARIES = libnfconntrack.la