install aubiowrapper.py only once and in pkgpython
authorPaul Brossier <piem@altern.org>
Tue, 10 Oct 2006 16:38:13 +0000 (16:38 +0000)
committerPaul Brossier <piem@altern.org>
Tue, 10 Oct 2006 16:38:13 +0000 (16:38 +0000)
install aubiowrapper.py only once and in pkgpython

python/aubio/Makefile.am

index bd6b81e03578a8d4510f82fa4825e60332cede47..e0ccdb0d43d40dc3cef6196f49a70f7a5bfbe616 100644 (file)
@@ -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