From: kramm Date: Wed, 12 Nov 2008 10:40:53 +0000 (+0000) Subject: added missing dependencies X-Git-Tag: release-0-9-0~823 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=caa234163c632047f436017eaf1f848614d9ffac added missing dependencies --- diff --git a/src/Makefile.in b/src/Makefile.in index 85f4601..60666b3 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -42,9 +42,9 @@ swfc.$(O): swfc.c parser.h ../lib/q.h $(C) swfc.c -o $@ swfc-feedback.$(O): swfc-feedback.c swfc-feedback.h $(C) swfc-feedback.c -o $@ -swfc-history.$(O): swfc-history.c swfc-history.h swfc-interpolation.h +swfc-history.$(O): swfc-history.c swfc-history.h swfc-interpolation.h ../lib/q.h $(C) swfc-history.c -o $@ -swfc-interpolation.$(O): swfc-interpolation.c swfc-interpolation.h +swfc-interpolation.$(O): swfc-interpolation.c swfc-interpolation.h ../lib/q.h $(C) swfc-interpolation.c -o $@ parser.$(O): parser.yy.c parser.h ../lib/q.h $(C) parser.yy.c -o $@