summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-26 09:14:31 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-26 09:14:31 +0100
commitee6ce30b474c033c71f5f5e9edf7941e29ea30b6 (patch)
tree78bd316aad681b6e92a8258ccca2b1ff84e3a837 /plugins/imklog/Makefile.am
parentda65d88017e1824fe60574fef1ef83f1932ab0a6 (diff)
downloadrsyslog-ee6ce30b474c033c71f5f5e9edf7941e29ea30b6.tar.gz
rsyslog-ee6ce30b474c033c71f5f5e9edf7941e29ea30b6.tar.xz
rsyslog-ee6ce30b474c033c71f5f5e9edf7941e29ea30b6.zip
interim commit: imklog/solaris compiles, but does not work
saving this area of work, because some further clarification is needed. Do not try to run the current imklog, it will fail.
Diffstat (limited to 'plugins/imklog/Makefile.am')
-rw-r--r--plugins/imklog/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imklog/Makefile.am b/plugins/imklog/Makefile.am
index 85305ce3..06d4013c 100644
--- a/plugins/imklog/Makefile.am
+++ b/plugins/imklog/Makefile.am
@@ -12,7 +12,7 @@ imklog_la_SOURCES += linux.c module.h ksym.c ksyms.h ksym_mod.c
endif
if ENABLE_IMKLOG_SOLARIS
-imklog_la_SOURCES += solaris_cddl.c
+imklog_la_SOURCES += solaris.c solaris_cddl.c
endif
imklog_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)