From: Paul Brossier Date: Mon, 11 Feb 2008 14:02:37 +0000 (+0100) Subject: python/aubio/Makefile.am: install _aubiowrapper into pkgpyexec, so it gets to the... X-Git-Tag: bzr2git~402 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d0dbc566df7c09ea95ac5184b2d429d5c1875d76;p=aubio.git python/aubio/Makefile.am: install _aubiowrapper into pkgpyexec, so it gets to the right place on multilib systems (thanks to Olivier CrĂȘte) --- diff --git a/python/aubio/Makefile.am b/python/aubio/Makefile.am index e0ccdb0d..7ea0823d 100644 --- a/python/aubio/Makefile.am +++ b/python/aubio/Makefile.am @@ -68,7 +68,7 @@ AUBIO_LDFLAGS = $(SWLDFLAGS) \ -L$(top_builddir)/ext -laubioext \ -L$(top_builddir)/src -laubio -pkgpython_LTLIBRARIES = _aubiowrapper.la +pkgpyexec_LTLIBRARIES = _aubiowrapper.la _aubiowrapper_la_LDFLAGS = -module -avoid-version $(AUBIO_LDFLAGS) _aubiowrapper_la_SOURCES = aubio_wrap.c