summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-08 16:13:42 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-08 16:13:42 +0000
commite27555c46856475fc3686511ce8e393651de8e44 (patch)
tree558a2cff52d01f9ceb38219e53442a74748a08be /plugins/imklog/Makefile.am
parent8d0a174a86d29dbec6412cb1bd38f87b3b3c059b (diff)
downloadrsyslog-e27555c46856475fc3686511ce8e393651de8e44.tar.gz
rsyslog-e27555c46856475fc3686511ce8e393651de8e44.tar.xz
rsyslog-e27555c46856475fc3686511ce8e393651de8e44.zip
added --enable-mudflap ./configure option
Diffstat (limited to 'plugins/imklog/Makefile.am')
-rw-r--r--plugins/imklog/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/imklog/Makefile.am b/plugins/imklog/Makefile.am
index 11e00962..8d435dfc 100644
--- a/plugins/imklog/Makefile.am
+++ b/plugins/imklog/Makefile.am
@@ -1,6 +1,6 @@
pkglib_LTLIBRARIES = imklog.la
imklog_la_SOURCES = imklog.c imklog.h module.h ksym.c ksyms.h ksym_mod.c
-imklog_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags)
-imklog_la_LDFLAGS = -module -avoid-version
+imklog_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) $(mudflap_cflags)
+imklog_la_LDFLAGS = $(mudflap_libs) -module -avoid-version
imklog_la_LIBADD =