projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53efdb3
)
link against python dll on windows
author
Paul Brossier
<piem@altern.org>
Sun, 1 Oct 2006 15:11:49 +0000
(15:11 +0000)
committer
Paul Brossier
<piem@altern.org>
Sun, 1 Oct 2006 15:11:49 +0000
(15:11 +0000)
link against python dll on windows
python/aubio/Makefile.am
patch
|
blob
|
history
diff --git
a/python/aubio/Makefile.am
b/python/aubio/Makefile.am
index df2037ce51b6374cc4a08f669ac6b5ebfaa7fffa..41be254f90043ec1ae190884f04a0ce76816b087 100644
(file)
--- a/
python/aubio/Makefile.am
+++ b/
python/aubio/Makefile.am
@@
-43,7
+43,7
@@
nodist_pkgpython_PYTHON = aubiowrapper.py _aubiowrapper.so
_aubiowrapper.so: _aubiowrapper.la
if MINGW
-SWLDFLAGS =
+SWLDFLAGS =
-lpython${PYTHON_VERSION}
else
if DARWIN
SWLDFLAGS = -bundle -framework Python