ref: c9b33bbd3f37bc73ec2ba654cb40b70733fa2e53
parent: 73883afc4fc5bf89d07a0305c76fb97a0caa066a
author: Paul Brossier <[email protected]>
date: Sat Jun 3 11:55:14 EDT 2006
simplify puredata Makefile.am simplify puredata Makefile.am
--- a/plugins/puredata/Makefile.am
+++ b/plugins/puredata/Makefile.am
@@ -27,12 +27,9 @@
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.