From c9b33bbd3f37bc73ec2ba654cb40b70733fa2e53 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 3 Jun 2006 15:55:14 +0000 Subject: [PATCH] simplify puredata Makefile.am simplify puredata Makefile.am --- plugins/puredata/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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. -- 2.26.2