summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-20 16:00:45 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-20 16:00:45 +0000
commit17ec11b48eac99268c99f7f9b4be45aa55ad01dc (patch)
tree0d52a5a8746861cc6f9974324247305ecab25bef /Makefile.am
parent4d53a1e6a3519b6fb7f1bb201a8a735a8e73218f (diff)
downloadrsyslog-17ec11b48eac99268c99f7f9b4be45aa55ad01dc.tar.gz
rsyslog-17ec11b48eac99268c99f7f9b4be45aa55ad01dc.tar.xz
rsyslog-17ec11b48eac99268c99f7f9b4be45aa55ad01dc.zip
moved code for user and wall message action into its own files
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 01dce97c..3da81d7f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ rfc3195d_SOURCES=rfc3195d.c rsyslog.h
man_MANS = rfc3195d.8 rklogd.8 rsyslogd.8 rsyslog.conf.5
-rsyslogd_SOURCES=syslogd.c pidfile.c template.c outchannel.c stringbuf.c srUtils.c parse.c syslogd-types.h template.h outchannel.h syslogd.h stringbuf.h parse.h srUtils.h liblogging-stub.h net.h msg.c msg.h omshell.c omshell.h
+rsyslogd_SOURCES=syslogd.c pidfile.c template.c outchannel.c stringbuf.c srUtils.c parse.c syslogd-types.h template.h outchannel.h syslogd.h stringbuf.h parse.h srUtils.h liblogging-stub.h net.h msg.c msg.h omshell.c omshell.h omusrmsg.c omusrmsg.h
rsyslogd_CPPFLAGS=$(mysql_includes)
rsyslogd_LDADD=$(mysql_libs) $(zlib_libs) $(pthreads_libs)