From: Paul Brossier Date: Sun, 30 Aug 2009 13:38:40 +0000 (+0200) Subject: plugins/puredata/Makefile.am: update compiler options X-Git-Tag: bzr2git~375 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=71e393ada3f9298ff4b168d166c925101bedc406;p=aubio.git plugins/puredata/Makefile.am: update compiler options --- diff --git a/plugins/puredata/Makefile.am b/plugins/puredata/Makefile.am index e95a8c47..6cff413b 100644 --- a/plugins/puredata/Makefile.am +++ b/plugins/puredata/Makefile.am @@ -49,7 +49,7 @@ else if DARWIN AM_LDFLAGS += -bundle -undefined suppress -flat_namespace else -AM_LDFLAGS += -export_dynamic -shared +AM_LDFLAGS += --export_dynamic --shared endif endif