plugins/puredata/Makefile.am: update compiler options
authorPaul Brossier <piem@piem.org>
Sun, 30 Aug 2009 13:38:40 +0000 (15:38 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 30 Aug 2009 13:38:40 +0000 (15:38 +0200)
plugins/puredata/Makefile.am

index e95a8c4798c43934d78cf8132790a7474d2e0e1d..6cff413b9f13f5a13a458d0310ed34ea93ad5c66 100644 (file)
@@ -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