diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-22 16:03:45 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-22 16:03:45 +0000 |
commit | 6b24fa20d4da8a57a2e34b1ca0c3159b93157e1e (patch) | |
tree | b77862ccfb9c4b8a4987da934ccc3ef290e37afd /Makefile.am | |
parent | 70c56633497562c8c594cab8f2aa55dd1d7ca5fa (diff) | |
download | rsyslog-6b24fa20d4da8a57a2e34b1ca0c3159b93157e1e.tar.gz rsyslog-6b24fa20d4da8a57a2e34b1ca0c3159b93157e1e.tar.xz rsyslog-6b24fa20d4da8a57a2e34b1ca0c3159b93157e1e.zip |
moved file write output module to own set of 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 d098191b..1bb3ca0a 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.c net.h msg.c msg.h omshell.c omshell.h omusrmsg.c omusrmsg.h ommysql.c ommysql.h omfwd.c omfwd.h tcpsyslog.c tcpsyslog.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.c net.h msg.c msg.h omshell.c omshell.h omusrmsg.c omusrmsg.h ommysql.c ommysql.h omfwd.c omfwd.h tcpsyslog.c tcpsyslog.h omfile.h omfile.c rsyslogd_CPPFLAGS=$(mysql_includes) rsyslogd_LDADD=$(mysql_libs) $(zlib_libs) $(pthreads_libs) |