simplify puredata Makefile.am
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.