summaryrefslogtreecommitdiffstats
path: root/master.make
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-09-19 15:52:43 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-09-19 15:52:43 +0000
commit6c2956163de3be527cc34387ee0bbfdd64a5c4ef (patch)
tree010cfb576af5217ed8138f737c740b2d798769c3 /master.make
parent3e8ba29e5cf041b9056b7a14f0000a9c1557fed0 (diff)
downloadrsyslog-6c2956163de3be527cc34387ee0bbfdd64a5c4ef.tar.gz
rsyslog-6c2956163de3be527cc34387ee0bbfdd64a5c4ef.tar.xz
rsyslog-6c2956163de3be527cc34387ee0bbfdd64a5c4ef.zip
added capability to filter on any property in selector lines
Diffstat (limited to 'master.make')
-rw-r--r--master.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/master.make b/master.make
index f8f2b55f..39530d72 100644
--- a/master.make
+++ b/master.make
@@ -50,7 +50,7 @@ parse.o: parse.c parse.h rsyslog.h
template.o: template.c template.h stringbuf.h rsyslog.h
outchannel.o: outchannel.c outchannel.h stringbuf.h syslogd.h rsyslog.h
-syslogd.o: syslogd.c version.h template.h outchannel.h syslogd.h rsyslog.h
+syslogd.o: syslogd.c version.h parse.h template.h stringbuf.h outchannel.h syslogd.h rsyslog.h
${CC} ${CFLAGS} ${SYSLOGD_FLAGS} -c $(VPATH)syslogd.c
syslog.o: syslog.c