summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-03 11:54:39 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-03 11:54:39 +0000
commita078fac8411a40e5ef761077343bc63a4e217e32 (patch)
tree2477ba84f459fa56b2f95e0b68f5027d4cc58e14 /Makefile.am
parent315145d0434ec3a028aed2d6de479c42886bd0f1 (diff)
downloadrsyslog-a078fac8411a40e5ef761077343bc63a4e217e32.tar.gz
rsyslog-a078fac8411a40e5ef761077343bc63a4e217e32.tar.xz
rsyslog-a078fac8411a40e5ef761077343bc63a4e217e32.zip
library defintion was missing in build line - thx to Michael Biebl for fix
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a7825447..c49deeeb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,7 +63,7 @@ rsyslogd_SOURCES = \
gss-misc.h
rsyslogd_CPPFLAGS = -D_PATH_MODDIR=\"$(pkglibdir)/\" $(pthreads_cflags)
-rsyslogd_LDADD = $(zlib_libs) $(pthreads_libs) -ldl
+rsyslogd_LDADD = $(zlib_libs) $(pthreads_libs) $(gss_libs) -ldl
rsyslogd_LDFLAGS = -export-dynamic
man_MANS = rfc3195d.8 rklogd.8 rsyslogd.8 rsyslog.conf.5