From: Paul Brossier Date: Tue, 10 Oct 2006 16:38:13 +0000 (+0000) Subject: install aubiowrapper.py only once and in pkgpython X-Git-Tag: bzr2git~531 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=15692243883a945c60813cc3e78ba743582b4a2f;p=aubio.git install aubiowrapper.py only once and in pkgpython install aubiowrapper.py only once and in pkgpython --- diff --git a/python/aubio/Makefile.am b/python/aubio/Makefile.am index bd6b81e0..e0ccdb0d 100644 --- a/python/aubio/Makefile.am +++ b/python/aubio/Makefile.am @@ -68,8 +68,7 @@ AUBIO_LDFLAGS = $(SWLDFLAGS) \ -L$(top_builddir)/ext -laubioext \ -L$(top_builddir)/src -laubio -python_DATA = aubiowrapper.py -python_LTLIBRARIES = _aubiowrapper.la +pkgpython_LTLIBRARIES = _aubiowrapper.la _aubiowrapper_la_LDFLAGS = -module -avoid-version $(AUBIO_LDFLAGS) _aubiowrapper_la_SOURCES = aubio_wrap.c