summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-04 14:16:38 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-04 14:16:38 +0000
commit05fd4c0e657f409ea50a032686758049731f75c8 (patch)
treeaff2a75f6b70bd02d0599ccec9b9cf0ff0a7db02 /Makefile.am
parent87433db66fa8ea0c822290dd017f3f248192e1b2 (diff)
downloadrsyslog-05fd4c0e657f409ea50a032686758049731f75c8.tar.gz
rsyslog-05fd4c0e657f409ea50a032686758049731f75c8.tar.xz
rsyslog-05fd4c0e657f409ea50a032686758049731f75c8.zip
applied patch from Michael Biebl for an even cleaner autotools config in
regard to -ldl.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index d4cf4bd8..2a316337 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,10 +63,7 @@ rsyslogd_SOURCES = \
gss-misc.h
rsyslogd_CPPFLAGS = -D_PATH_MODDIR=\"$(pkglibdir)/\" $(pthreads_cflags)
-rsyslogd_LDADD = $(zlib_libs) $(pthreads_libs) $(gss_libs)
-if HAVE_LIBDL
-rsyslogd_LDADD += -ldl
-endif
+rsyslogd_LDADD = $(zlib_libs) $(pthreads_libs) $(gss_libs) $(dl_libs) $(rt_libs)
rsyslogd_LDFLAGS = -export-dynamic
man_MANS = rfc3195d.8 rklogd.8 rsyslogd.8 rsyslog.conf.5