changed remaining SWF.so to SWF.$(SLEXT).
[swftools.git] / lib / python / Makefile.in
index 48c7582..9cdec8c 100644 (file)
@@ -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