X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpython%2FMakefile.in;h=9cdec8c2e0e07d770cf46899163cb81a34447b89;hb=9ad02f173cca3f7c0d51f641d0d668219a561e7d;hp=48c758205a8c527a921119dae1831a4335c9708d;hpb=d384bf026261535d5bdddcc36d2e58325ac9e795;p=swftools.git diff --git a/lib/python/Makefile.in b/lib/python/Makefile.in index 48c7582..9cdec8c 100644 --- a/lib/python/Makefile.in +++ b/lib/python/Makefile.in @@ -3,7 +3,7 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ include ../../Makefile.common -all: mypython swfpython SWF.so testmem +all: mypython swfpython SWF.$(SLEXT) testmem primitives.o: primitives.c primitives.h $(C) -Wall -Wno-unused -fPIC $(PYTHON_INCLUDES) -c primitives.c -o primitives.o