diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-20 16:31:37 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-20 16:31:37 +0000 |
commit | 38c0cf2b0115202b67156d6938698f5d911c5def (patch) | |
tree | 53d6af62dd7b298d51ef9a087c29eaac522014d2 /Makefile.am | |
parent | 17ec11b48eac99268c99f7f9b4be45aa55ad01dc (diff) | |
download | rsyslog-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.am | 2 |
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) |