From: kramm Date: Fri, 4 May 2007 13:21:19 +0000 (+0000) Subject: removed gfx.h reference X-Git-Tag: buttons-working~675 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=6eac63ce81669b82c52024c1a8d88e68265bfbd2 removed gfx.h reference --- 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