simplify puredata Makefile.am
authorPaul Brossier <piem@altern.org>
Sat, 3 Jun 2006 15:55:14 +0000 (15:55 +0000)
committerPaul Brossier <piem@altern.org>
Sat, 3 Jun 2006 15:55:14 +0000 (15:55 +0000)
simplify puredata Makefile.am

plugins/puredata/Makefile.am

index efe206f8f4af4d01a62d31d5b69bc98b16486697..2d34d663b0960dfd40f39399cfcc26c717128fb0 100644 (file)
@@ -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.