From: Paul Brossier Date: Sat, 3 Jun 2006 15:55:14 +0000 (+0000) Subject: simplify puredata Makefile.am X-Git-Tag: bzr2git~656 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c9b33bbd3f37bc73ec2ba654cb40b70733fa2e53;p=aubio.git simplify puredata Makefile.am simplify puredata Makefile.am --- diff --git a/plugins/puredata/Makefile.am b/plugins/puredata/Makefile.am index efe206f8..2d34d663 100644 --- a/plugins/puredata/Makefile.am +++ b/plugins/puredata/Makefile.am @@ -27,12 +27,9 @@ pdincludedir = $(pddir)/src LIBTOOL=$(SHELL) $(srcdir)/libtoolkludge -INCLUDES = -I$(top_srcdir) -I$(pdincludedir) +INCLUDES = -I$(top_srcdir)/src -I$(pdincludedir) -AM_CFLAGS = -I$(srcdir)/../../src \ - -DPD -O2 -fPIC -funroll-loops -fomit-frame-pointer \ - -Wall -W -Wshadow -Wstrict-prototypes -Werror \ - -Wno-unused -Wno-parentheses -Wno-switch +AM_CFLAGS = -DPD -fPIC -DPIC AM_LDFLAGS = -L../../src/.libs -laubio -export_dynamic -shared ## Install the documentation.