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 bf2e276..b00ee65 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