diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-19 15:52:43 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-19 15:52:43 +0000 |
commit | 6c2956163de3be527cc34387ee0bbfdd64a5c4ef (patch) | |
tree | 010cfb576af5217ed8138f737c740b2d798769c3 /master.make | |
parent | 3e8ba29e5cf041b9056b7a14f0000a9c1557fed0 (diff) | |
download | rsyslog-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.make | 2 |
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 |