link to pd.dll on windows
authorPaul Brossier <piem@altern.org>
Sun, 1 Oct 2006 15:10:46 +0000 (15:10 +0000)
committerPaul Brossier <piem@altern.org>
Sun, 1 Oct 2006 15:10:46 +0000 (15:10 +0000)
link to pd.dll on windows

plugins/puredata/Makefile.am

index bf2e2761a0517f68fbff942868b2fb6d72a8d9e1..b00ee657b54bca073a297781f177b6304ae4e17f 100644 (file)
@@ -39,7 +39,7 @@ pdincludedir = $(pddir)/src
 
 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