]> git.pld-linux.org Git - packages/aubio.git/blame - aubio-python.patch
- build with lash
[packages/aubio.git] / aubio-python.patch
CommitLineData
cb1867b3
JB
1--- aubio-0.3.2/python/aubio/Makefile.am.orig 2006-10-10 16:40:23.000000000 +0200
2+++ aubio-0.3.2/python/aubio/Makefile.am 2007-06-24 17:03:32.342879923 +0200
3@@ -38,7 +38,7 @@
4 web/browser.py \
5 web/html.py
6
7-nodist_pkgpython_PYTHON = aubiowrapper.py _aubiowrapper.so
8+nodist_pkgpython_PYTHON = aubiowrapper.py
9
10 _aubiowrapper.so: _aubiowrapper.la
11
12@@ -68,7 +68,7 @@
13 -L$(top_builddir)/ext -laubioext \
14 -L$(top_builddir)/src -laubio
15
16-pkgpython_LTLIBRARIES = _aubiowrapper.la
17+pkgpyexec_LTLIBRARIES = _aubiowrapper.la
18
19 _aubiowrapper_la_LDFLAGS = -module -avoid-version $(AUBIO_LDFLAGS)
20 _aubiowrapper_la_SOURCES = aubio_wrap.c
This page took 0.115022 seconds and 4 git commands to generate.