projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa81937
)
install aubiowrapper.py only once and in pkgpython
author
Paul Brossier
<piem@altern.org>
Tue, 10 Oct 2006 16:38:13 +0000
(16:38 +0000)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/python/aubio/Makefile.am
b/python/aubio/Makefile.am
index bd6b81e03578a8d4510f82fa4825e60332cede47..e0ccdb0d43d40dc3cef6196f49a70f7a5bfbe616 100644
(file)
--- 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