summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-02-01 02:41:27 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-02-01 02:51:54 +0100
commitbf85255e1c813ef208eee77079f14eb5ebe766de (patch)
tree7a74599e116ea53cf6a40bf31cb516b08e549682 /src
parent6c21436c119cd7ba053937229aeb09dfd25925c2 (diff)
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 <jengelh@medozas.de>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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