projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
366f811
)
remove useless flags in python Makefile
author
Paul Brossier
<piem@altern.org>
Fri, 29 Sep 2006 22:34:14 +0000
(22:34 +0000)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/python/aubio/Makefile.am
b/python/aubio/Makefile.am
index 7326577728b3e125a2d525502d5153d127c7b8aa..df2037ce51b6374cc4a08f669ac6b5ebfaa7fffa 100644
(file)
--- 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