Changeset f33fec1 for python


Ignore:
Timestamp:
Oct 5, 2006, 2:01:07 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
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
Message:

link to libpython on windows, remove useless .libs, remove -no-undefined
link to libpython on windows, remove useless .libs, remove -no-undefined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/Makefile.am

    r11d5b96 rf33fec1  
    4444
    4545if MINGW
    46 SWLDFLAGS = -lpython${PYTHON_VERSION}
     46SWLDFLAGS = -L${prefix}/bin -lpython${PYTHON_VERSION}
    4747else
    4848if DARWIN
     
    6666
    6767AUBIO_LDFLAGS = $(SWLDFLAGS) \
    68         -L$(top_builddir)/ext/.libs -laubioext \
    69         -L$(top_builddir)/src/.libs -laubio
     68        -L$(top_builddir)/ext -laubioext \
     69        -L$(top_builddir)/src -laubio
    7070
    7171python_DATA = aubiowrapper.py
    7272python_LTLIBRARIES = _aubiowrapper.la
    7373
    74 _aubiowrapper_la_LDFLAGS = -no-undefined -module -avoid-version $(AUBIO_LDFLAGS)
     74_aubiowrapper_la_LDFLAGS = -module -avoid-version $(AUBIO_LDFLAGS)
    7575_aubiowrapper_la_SOURCES = aubio_wrap.c
    7676
Note: See TracChangeset for help on using the changeset viewer.