X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpython%2FMakefile.in;h=dc507b525b442d02b9c84705e651ca17a480649b;hb=6eac63ce81669b82c52024c1a8d88e68265bfbd2;hp=efd03a0c8cd9a3f51f07d9c2b0fe200f1204f624;hpb=a42cd5b08155ba4abd12c669b10199dfe8cf3855;p=swftools.git diff --git a/lib/python/Makefile.in b/lib/python/Makefile.in index efd03a0..dc507b5 100644 --- a/lib/python/Makefile.in +++ b/lib/python/Makefile.in @@ -22,7 +22,7 @@ action.$(O): action.c action.h $(C) -Wall -Wno-unused -fPIC $(PYTHON_INCLUDES) -c action.c -o action.$(O) pyutils.$(O): pyutils.c pyutils.h $(C) -Wall -Wno-unused -fPIC $(PYTHON_INCLUDES) -c pyutils.c -o pyutils.$(O) -gfx.$(O): gfx.c gfx.h +gfx.$(O): gfx.c $(C) -Wall -Wno-unused -fPIC $(PYTHON_INCLUDES) -c gfx.c -o gfx.$(O) SWF.$(O): SWF.c pyutils.h primitives.h taglist.h