From: Paul Brossier Date: Sun, 1 Oct 2006 15:11:49 +0000 (+0000) Subject: link against python dll on windows X-Git-Tag: bzr2git~548 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=32c0133601ed869df745dda8f895c0d3ecdcaa7b;p=aubio.git link against python dll on windows link against python dll on windows --- diff --git a/python/aubio/Makefile.am b/python/aubio/Makefile.am index df2037ce..41be254f 100644 --- 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