projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19bc85a
)
add correct flags for puredata Makefile.am
author
Paul Brossier
<piem@altern.org>
Fri, 29 Sep 2006 22:35:16 +0000
(22:35 +0000)
committer
Paul Brossier
<piem@altern.org>
Fri, 29 Sep 2006 22:35:16 +0000
(22:35 +0000)
add correct flags for puredata Makefile.am
plugins/puredata/Makefile.am
patch
|
blob
|
history
diff --git
a/plugins/puredata/Makefile.am
b/plugins/puredata/Makefile.am
index d81bce26944655324e248369edf19a43480bab47..bf2e2761a0517f68fbff942868b2fb6d72a8d9e1 100644
(file)
--- a/
plugins/puredata/Makefile.am
+++ b/
plugins/puredata/Makefile.am
@@
-42,7
+42,7
@@
if MINGW
AM_LDFLAGS = -L$(top_builddir)/src/.libs -laubio -export_dynamic -shared
else
if DARWIN
-AM_LDFLAGS = -L$(top_builddir)/src/.libs -laubio -
export_dynamic -shared
+AM_LDFLAGS = -L$(top_builddir)/src/.libs -laubio -
bundle -undefined suppress -flat_namespace
else
AM_LDFLAGS = -L$(top_builddir)/src/.libs -laubio -export_dynamic -shared
endif