From 961c39c32262ade61706a3e1993945e9ee961b2a Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 29 Sep 2006 22:35:16 +0000 Subject: [PATCH] add correct flags for puredata Makefile.am add correct flags for puredata Makefile.am --- plugins/puredata/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2