link against python dll on windows
authorPaul Brossier <piem@altern.org>
Sun, 1 Oct 2006 15:11:49 +0000 (15:11 +0000)
committerPaul 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

index df2037ce51b6374cc4a08f669ac6b5ebfaa7fffa..41be254f90043ec1ae190884f04a0ce76816b087 100644 (file)
@@ -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