summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTomas Heinrich <theinric@redhat.com>2013-05-19 13:51:53 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-05-20 21:32:50 +0200
commitb8133fb42334d75aed49481f0398353a22bd90e4 (patch)
treea4372b6b517469867af757391ffc36bbd407cc73 /tools
parent45d9cf3c631bbbf212a529d968ed3d9cf730b7c7 (diff)
downloadrsyslog-b8133fb42334d75aed49481f0398353a22bd90e4.tar.gz
rsyslog-b8133fb42334d75aed49481f0398353a22bd90e4.tar.bz2
rsyslog-b8133fb42334d75aed49481f0398353a22bd90e4.zip
Remove redundat cflags and links to libraries
This prevents linking with libee, liblognorm and libgcrypt when not necessary.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 721992fe..6832494e 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -42,7 +42,7 @@ rsyslogd_CPPFLAGS = $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
# note: it looks like librsyslog.la must be explicitely given on LDDADD,
# otherwise dependencies are not properly calculated (resulting in a
# potentially incomplete build, a problem we had several times...)
-rsyslogd_LDADD = ../grammar/libgrammar.la ../runtime/librsyslog.la $(ZLIB_LIBS) $(PTHREADS_LIBS) $(RSRT_LIBS) $(SOL_LIBS) $(LIBEE_LIBS) $(LIBLOGNORM_LIBS) $(LIBUUID_LIBS) $(LIBGCRYPT_LIBS)
+rsyslogd_LDADD = ../grammar/libgrammar.la ../runtime/librsyslog.la $(ZLIB_LIBS) $(PTHREADS_LIBS) $(RSRT_LIBS) $(SOL_LIBS) $(LIBUUID_LIBS)
rsyslogd_LDFLAGS = -export-dynamic
EXTRA_DIST = $(man_MANS) \