remove useless flags in python Makefile
authorPaul Brossier <piem@altern.org>
Fri, 29 Sep 2006 22:34:14 +0000 (22:34 +0000)
committerPaul Brossier <piem@altern.org>
Fri, 29 Sep 2006 22:34:14 +0000 (22:34 +0000)
remove useless flags in python Makefile

python/aubio/Makefile.am

index 7326577728b3e125a2d525502d5153d127c7b8aa..df2037ce51b6374cc4a08f669ac6b5ebfaa7fffa 100644 (file)
@@ -43,12 +43,12 @@ nodist_pkgpython_PYTHON = aubiowrapper.py _aubiowrapper.so
 _aubiowrapper.so: _aubiowrapper.la
 
 if MINGW
-SWLDFLAGS = ""
+SWLDFLAGS = 
 else
 if DARWIN
-SWLDFLAGS = "-bundle -framework Python"
+SWLDFLAGS = -bundle -framework Python
 else
-SWLDFLAGS = "-shared"
+SWLDFLAGS = -shared
 endif
 endif