Changeset 961c39c3


Ignore:
Timestamp:
Sep 30, 2006, 12:35:16 AM (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:
f43867f
Parents:
19bc85a
Message:

add correct flags for puredata Makefile.am
add correct flags for puredata Makefile.am

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/puredata/Makefile.am

    r19bc85a r961c39c3  
    4343else
    4444if DARWIN
    45 AM_LDFLAGS = -L$(top_builddir)/src/.libs -laubio -export_dynamic -shared
     45AM_LDFLAGS = -L$(top_builddir)/src/.libs -laubio -bundle -undefined suppress -flat_namespace
    4646else
    4747AM_LDFLAGS = -L$(top_builddir)/src/.libs -laubio -export_dynamic -shared
Note: See TracChangeset for help on using the changeset viewer.