From: Paul Brossier Date: Thu, 18 May 2006 21:27:29 +0000 (+0000) Subject: use -fPIC to build puredata plugin X-Git-Tag: 0.4.0-beta1~1198 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=7e4613b0f6b72e52b56bbb7befb6dec5c5186c77;p=aubio.git use -fPIC to build puredata plugin use -fPIC to build puredata plugin --- diff --git a/plugins/puredata/Makefile.am b/plugins/puredata/Makefile.am index 1c565aae..91bb4322 100644 --- a/plugins/puredata/Makefile.am +++ b/plugins/puredata/Makefile.am @@ -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