shithub: aubio

Download patch

ref: 53efdb3fb5899c93b10b75745c80971653cc6175
parent: f43867f8aad5c5ab5f071b4c5ecbc1e9af6424ae
author: Paul Brossier <piem@altern.org>
date: Sun Oct 1 11:10:46 EDT 2006

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


--- a/plugins/puredata/Makefile.am
+++ b/plugins/puredata/Makefile.am
@@ -39,7 +39,7 @@
 
 AM_CFLAGS  = -I$(top_srcdir)/src -I$(pdincludedir) -DPD -fPIC -DPIC @AUBIO_CFLAGS@
 if MINGW
-AM_LDFLAGS = -L$(top_builddir)/src/.libs -laubio -export_dynamic -shared 
+AM_LDFLAGS = -L$(top_builddir)/src/.libs -laubio -export_dynamic -shared -lpd
 else
 if DARWIN
 AM_LDFLAGS = -L$(top_builddir)/src/.libs -laubio -bundle -undefined suppress -flat_namespace