summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-06 07:39:32 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-06 07:39:32 +0000
commit28dcc746bd463541a48bad64a37039658f1aa3f7 (patch)
tree48c6fca04735fbe6f2e10c8af1559998e6a349b3 /plugins/imklog/Makefile.am
parent3e1d4a5b5cd67488e2adc86153581988f2221179 (diff)
downloadrsyslog-28dcc746bd463541a48bad64a37039658f1aa3f7.tar.gz
rsyslog-28dcc746bd463541a48bad64a37039658f1aa3f7.tar.xz
rsyslog-28dcc746bd463541a48bad64a37039658f1aa3f7.zip
applied patch from Michael Biebl to clean up build system
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 8d435dfc..11e00962 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) $(mudflap_cflags)
-imklog_la_LDFLAGS = $(mudflap_libs) -module -avoid-version
+imklog_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags)
+imklog_la_LDFLAGS = -module -avoid-version
imklog_la_LIBADD =