From bf85255e1c813ef208eee77079f14eb5ebe766de Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 1 Feb 2011 02:41:27 +0100 Subject: build: avoid use of LIBS variable The variable contains global libraries linked into every possible object, which is unwanted. Clean up things. Signed-off-by: Jan Engelhardt --- output/pcap/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'output/pcap') diff --git a/output/pcap/Makefile.am b/output/pcap/Makefile.am index 59cb3f6..47580d2 100644 --- a/output/pcap/Makefile.am +++ b/output/pcap/Makefile.am @@ -1,13 +1,13 @@ AM_CPPFLAGS = -I$(top_srcdir)/include $(PCAP_INC) AM_CFLAGS = ${regular_CFLAGS} -LIBS=$(PCAP_LIB) if HAVE_PCAP pkglib_LTLIBRARIES = ulogd_output_PCAP.la ulogd_output_PCAP_la_SOURCES = ulogd_output_PCAP.c +ulogd_output_PCAP_la_LIBADD = ${PCAP_LIB} ulogd_output_PCAP_la_LDFLAGS = -avoid-version -module endif -- cgit v1.2.3