From e069f3af1280183fa6e3d219ace624c31aef0080 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 13 Jul 2004 12:24:26 +0000 Subject: [PATCH] changed remaining SWF.so to SWF.$(SLEXT). --- lib/python/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4