From 6c2956163de3be527cc34387ee0bbfdd64a5c4ef Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 19 Sep 2005 15:52:43 +0000 Subject: added capability to filter on any property in selector lines --- master.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'master.make') 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 -- cgit