Corrected some dependencies - some c files weren't included for its objects.
authorviric@llimona
Mon, 15 May 2006 17:44:29 +0200
changeset 43 9dac7f0c8e2a
parent 42 95f305aef8e3
child 44 ddab92173045
Corrected some dependencies - some c files weren't included for its objects.
Makefile.common
--- a/Makefile.common	Mon May 15 17:29:22 2006 +0200
+++ b/Makefile.common	Mon May 15 17:44:29 2006 +0200
@@ -15,10 +15,10 @@
 syslog_in_udp.o: syslog_in_udp.c rfc3164.h syslog.h
 syslog_in_unix.o: syslog_in_unix.c rfc3164.h syslog.h
 syslog_kernel.o: syslog_kernel.c rfc3164.h syslog.h
-config.o: syslog.h
-out_udp.o: syslog.h
-out_file.o: syslog.h
-signals.o: syslog.h
+config.o: config.c syslog.h
+out_udp.o: out_udp.c syslog.h
+out_file.o: out_file.c syslog.h
+signals.o: signals.c syslog.h
 
 syslog_in_npipe: syslog_in_npipe.o rfc3164.a signals.o
 syslog_in_udp: syslog_in_udp.o rfc3164.a signals.o