From d0dbc566df7c09ea95ac5184b2d429d5c1875d76 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 11 Feb 2008 15:02:37 +0100 Subject: [PATCH] =?utf8?q?python/aubio/Makefile.am:=20install=20=5Faubiowr?= =?utf8?q?apper=20into=20pkgpyexec,=20so=20it=20gets=20to=20the=20right=20?= =?utf8?q?place=20on=20multilib=20systems=20(thanks=20to=20Olivier=20Cr?= =?utf8?q?=C3=AAte)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- python/aubio/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2