- Timestamp:
- Oct 5, 2006, 2:01:07 PM (18 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 6a52f29
- Parents:
- 11d5b96
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/Makefile.am
r11d5b96 rf33fec1 44 44 45 45 if MINGW 46 SWLDFLAGS = - lpython${PYTHON_VERSION}46 SWLDFLAGS = -L${prefix}/bin -lpython${PYTHON_VERSION} 47 47 else 48 48 if DARWIN … … 66 66 67 67 AUBIO_LDFLAGS = $(SWLDFLAGS) \ 68 -L$(top_builddir)/ext /.libs-laubioext \69 -L$(top_builddir)/src /.libs-laubio68 -L$(top_builddir)/ext -laubioext \ 69 -L$(top_builddir)/src -laubio 70 70 71 71 python_DATA = aubiowrapper.py 72 72 python_LTLIBRARIES = _aubiowrapper.la 73 73 74 _aubiowrapper_la_LDFLAGS = - no-undefined -module -avoid-version $(AUBIO_LDFLAGS)74 _aubiowrapper_la_LDFLAGS = -module -avoid-version $(AUBIO_LDFLAGS) 75 75 _aubiowrapper_la_SOURCES = aubio_wrap.c 76 76
Note: See TracChangeset
for help on using the changeset viewer.