changed remaining SWF.so to SWF.$(SLEXT).
authorkramm <kramm>
Tue, 13 Jul 2004 12:24:26 +0000 (12:24 +0000)
committerkramm <kramm>
Tue, 13 Jul 2004 12:24:26 +0000 (12:24 +0000)
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