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 --- input/packet/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'input/packet') diff --git a/input/packet/Makefile.am b/input/packet/Makefile.am index 7fd8979..2e972f8 100644 --- a/input/packet/Makefile.am +++ b/input/packet/Makefile.am @@ -1,7 +1,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/include AM_CFLAGS = ${regular_CFLAGS} -LIBS= pkglib_LTLIBRARIES = ulogd_inppkt_NFLOG.la ulogd_inppkt_ULOG.la ulogd_inppkt_UNIXSOCK.la -- cgit v1.2.3