]> git.pld-linux.org Git - packages/aubio.git/blob - aubio-python.patch
- install arch module in proper place
[packages/aubio.git] / aubio-python.patch
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.093468 seconds and 3 git commands to generate.