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 --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 9ae7884..115ddd5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,4 +7,5 @@ AM_CFLAGS = ${regular_CFLAGS} sbin_PROGRAMS = ulogd ulogd_SOURCES = ulogd.c select.c timer.c rbtree.c conffile.c hash.c +ulogd_LDADD = ${libdl_LIBS} ulogd_LDFLAGS = -export-dynamic -- cgit v1.2.3