From: kramm Date: Tue, 30 Oct 2001 11:48:26 +0000 (+0000) Subject: rfxswf.o now get's rebuild if one of the modules got modified. X-Git-Tag: release-0-1-0~54 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=a20776ccffc43ce387e1da97ff63ca51b9b8d530 rfxswf.o now get's rebuild if one of the modules got modified. --- 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