projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f43867f
)
link to pd.dll on windows
author
Paul Brossier
<piem@altern.org>
Sun, 1 Oct 2006 15:10:46 +0000
(15:10 +0000)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/plugins/puredata/Makefile.am
b/plugins/puredata/Makefile.am
index bf2e2761a0517f68fbff942868b2fb6d72a8d9e1..b00ee657b54bca073a297781f177b6304ae4e17f 100644
(file)
--- a/
plugins/puredata/Makefile.am
+++ b/
plugins/puredata/Makefile.am
@@
-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