summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-20 16:31:37 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-20 16:31:37 +0000
commit38c0cf2b0115202b67156d6938698f5d911c5def (patch)
tree53d6af62dd7b298d51ef9a087c29eaac522014d2 /Makefile.am
parent17ec11b48eac99268c99f7f9b4be45aa55ad01dc (diff)
downloadrsyslog-38c0cf2b0115202b67156d6938698f5d911c5def.tar.gz
rsyslog-38c0cf2b0115202b67156d6938698f5d911c5def.tar.xz
rsyslog-38c0cf2b0115202b67156d6938698f5d911c5def.zip
moved mysql action to its own code 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 3da81d7f..b1c85466 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 omusrmsg.c omusrmsg.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 ommysql.c ommysql.h
rsyslogd_CPPFLAGS=$(mysql_includes)
rsyslogd_LDADD=$(mysql_libs) $(zlib_libs) $(pthreads_libs)