Changeset 53efdb3


Ignore:
Timestamp:
Oct 1, 2006, 5:10:46 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:
32c0133
Parents:
f43867f
Message:

link to pd.dll on windows
link to pd.dll on windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/puredata/Makefile.am

    rf43867f r53efdb3  
    4040AM_CFLAGS  = -I$(top_srcdir)/src -I$(pdincludedir) -DPD -fPIC -DPIC @AUBIO_CFLAGS@
    4141if MINGW
    42 AM_LDFLAGS = -L$(top_builddir)/src/.libs -laubio -export_dynamic -shared
     42AM_LDFLAGS = -L$(top_builddir)/src/.libs -laubio -export_dynamic -shared -lpd
    4343else
    4444if DARWIN
Note: See TracChangeset for help on using the changeset viewer.