shithub: aubio

Download patch

ref: 19bc85a287aa554dfc39ecef45775f23f49499e8
parent: 366f811636272c6fe048f4ad7ccc0c2da6ea7e0d
author: Paul Brossier <piem@altern.org>
date: Fri Sep 29 18:34:14 EDT 2006

remove useless flags in python Makefile
remove useless flags in python Makefile


--- a/python/aubio/Makefile.am
+++ b/python/aubio/Makefile.am
@@ -43,12 +43,12 @@
 _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