From a20776ccffc43ce387e1da97ff63ca51b9b8d530 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 30 Oct 2001 11:48:26 +0000 Subject: [PATCH] rfxswf.o now get's rebuild if one of the modules got modified. --- lib/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 29303ad..d24d8d2 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -125,9 +125,11 @@ install: install-am uninstall-am: uninstall: uninstall-am -rfxswf.o: rfxswf.c +rfxswf.o: rfxswf.c rfxswf.h modules/swfaction.c modules/swfbits.c modules/swfbutton.c \ + modules/swfcgi.c modules/swfdump.c modules/swfobject.c modules/swfshape.c \ + modules/swftext.c modules/swftools.c $(COMPILE) -c rfxswf.c -log.o: log.c +log.o: log.c log.h $(COMPILE) -c log.c all-am: Makefile rfxswf.o log.o -- 1.7.10.4