use -fPIC to build puredata plugin
authorPaul Brossier <piem@altern.org>
Thu, 18 May 2006 21:27:29 +0000 (21:27 +0000)
committerPaul Brossier <piem@altern.org>
Thu, 18 May 2006 21:27:29 +0000 (21:27 +0000)
use -fPIC to build puredata plugin

plugins/puredata/Makefile.am

index 1c565aaee0fc33ba6e41a08f894f4b96d39e1500..91bb43221dc5be16eb98a2ec5388d81d1962d23c 100644 (file)
@@ -30,7 +30,7 @@ LIBTOOL=$(SHELL) $(srcdir)/libtoolkludge
 INCLUDES = -I$(top_srcdir) -I$(pdincludedir)
 
 AM_CFLAGS = -I$(srcdir)/../../src \
-    -DPD -O2 -funroll-loops -fomit-frame-pointer \
+    -DPD -O2 -fPIC -funroll-loops -fomit-frame-pointer \
     -Wall -W -Wshadow -Wstrict-prototypes -Werror \
     -Wno-unused -Wno-parentheses -Wno-switch
 AM_LDFLAGS = -L../../src/.libs -laubio -export_dynamic -shared