diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-13 07:11:25 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-13 07:11:25 +0000 |
commit | ec8e6e442202ab18fad2de01f0bcb04943890f88 (patch) | |
tree | e7d38c4b3b7a0aad3d9e0b8913889d64218366de /Makefile.am | |
parent | bc19f288cefe55fe1f16106d826b21db53733ead (diff) | |
download | rsyslog-ec8e6e442202ab18fad2de01f0bcb04943890f88.tar.gz rsyslog-ec8e6e442202ab18fad2de01f0bcb04943890f88.tar.xz rsyslog-ec8e6e442202ab18fad2de01f0bcb04943890f88.zip |
- removed some now-unused fields from struct filed
- move file size limit fields in struct field to the "right spot" (the file
writing part of the union - f_un.f_file)
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 59fa2c47..226d722c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ klogd_SOURCES=klogd.c syslog.c pidfile.c ksym.c ksym_mod.c rfc3195d_SOURCES=rfc3195d.c -syslogd_SOURCES=syslogd.c pidfile.c template.c outchannel.c stringbuf.c srUtils.c parse.c +syslogd_SOURCES=syslogd.c pidfile.c template.c outchannel.c stringbuf.c srUtils.c parse.c syslogd-types.h syslogd_CPPFLAGS=$(mysql_includes) syslogd_LDADD=$(mysql_libs) $(zlib_libs) $(pthreads_libs) |