diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-15 10:33:47 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-15 10:33:47 +0000 |
commit | caf76db7c08183bc23167687702cb8652c254337 (patch) | |
tree | 281794d7358fa1c53ee11a104a67f600fbb00ff9 /master.make | |
parent | f820d0ac236f6953e7bd5d115775a8751837ef4f (diff) | |
download | rsyslog-caf76db7c08183bc23167687702cb8652c254337.tar.gz rsyslog-caf76db7c08183bc23167687702cb8652c254337.tar.xz rsyslog-caf76db7c08183bc23167687702cb8652c254337.zip |
prepared for new parse object; now removed allmost all liblogging borrowed
code
Diffstat (limited to 'master.make')
-rw-r--r-- | master.make | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/master.make b/master.make index 1838bed9..da51843f 100644 --- a/master.make +++ b/master.make @@ -41,15 +41,16 @@ test: syslog_tst tsyslogd install: install_man install_exec -syslogd: syslogd.o pidfile.o template.o stringbuf.o srUtils.o outchannel.o +syslogd: syslogd.o pidfile.o template.o stringbuf.o srUtils.o outchannel.o parse.o ${CC} ${LDFLAGS} -o syslogd syslogd.o pidfile.o template.o outchannel.o stringbuf.o srUtils.o ${LIBS} -srUtils.o: srUtils.c srUtils.h liblogging-stub.h -stringbuf.o: stringbuf.c stringbuf.h liblogging-stub.h -template.o: template.c template.h stringbuf.h liblogging-stub.h -outchannel.o: outchannel.c outchannel.h stringbuf.h liblogging-stub.h syslogd.h +srUtils.o: srUtils.c srUtils.h liblogging-stub.h rsyslog.h +stringbuf.o: stringbuf.c stringbuf.h rsyslog.h +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 +syslogd.o: syslogd.c version.h template.h outchannel.h syslogd.h rsyslog.h ${CC} ${CFLAGS} ${SYSLOGD_FLAGS} -c $(VPATH)syslogd.c syslog.o: syslog.c |