From: Paul Brossier Date: Fri, 29 Sep 2006 22:35:16 +0000 (+0000) Subject: add correct flags for puredata Makefile.am X-Git-Tag: bzr2git~551 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=961c39c32262ade61706a3e1993945e9ee961b2a;p=aubio.git add correct flags for puredata Makefile.am add correct flags for puredata Makefile.am --- diff --git a/plugins/puredata/Makefile.am b/plugins/puredata/Makefile.am index d81bce26..bf2e2761 100644 --- 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