summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-13 07:11:25 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-13 07:11:25 +0000
commitec8e6e442202ab18fad2de01f0bcb04943890f88 (patch)
treee7d38c4b3b7a0aad3d9e0b8913889d64218366de /Makefile.am
parentbc19f288cefe55fe1f16106d826b21db53733ead (diff)
downloadrsyslog-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.am2
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)