From: Paul Brossier Date: Fri, 29 Sep 2006 22:34:14 +0000 (+0000) Subject: remove useless flags in python Makefile X-Git-Tag: bzr2git~552 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=19bc85a287aa554dfc39ecef45775f23f49499e8;p=aubio.git remove useless flags in python Makefile remove useless flags in python Makefile --- diff --git a/python/aubio/Makefile.am b/python/aubio/Makefile.am index 73265777..df2037ce 100644 --- a/python/aubio/Makefile.am +++ b/python/aubio/Makefile.am @@ -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