diff -Naur soundtouch-1.3.1.orig/source/example/bpm/Makefile.am soundtouch-1.3.1/source/example/bpm/Makefile.am --- soundtouch-1.3.1.orig/source/example/bpm/Makefile.am 2006-03-19 13:08:36.000000000 +0100 +++ soundtouch-1.3.1/source/example/bpm/Makefile.am 2007-05-08 00:48:39.000000000 +0200 @@ -33,7 +33,7 @@ # other compiler flags to add -AM_CXXFLAGS=-O3 -I../../../include +AM_CXXFLAGS=-I../../../include # other linking flags to add #libBPM_la_LIBADD= diff -Naur soundtouch-1.3.1.orig/source/example/SoundStretch/Makefile.am soundtouch-1.3.1/source/example/SoundStretch/Makefile.am --- soundtouch-1.3.1.orig/source/example/SoundStretch/Makefile.am 2006-03-19 13:08:36.000000000 +0100 +++ soundtouch-1.3.1/source/example/SoundStretch/Makefile.am 2007-05-08 00:48:51.000000000 +0200 @@ -47,7 +47,7 @@ soundstretch_LDFLAGS=-s ## additional compiler flags -soundstretch_CXXFLAGS=-O3 -I../bpm +soundstretch_CXXFLAGS=-I../bpm #clean-local: # -rm -f additional-files-to-remove-on-make-clean diff -Naur soundtouch-1.3.1.orig/source/SoundTouch/Makefile.am soundtouch-1.3.1/source/SoundTouch/Makefile.am --- soundtouch-1.3.1.orig/source/SoundTouch/Makefile.am 2006-03-19 13:08:36.000000000 +0100 +++ soundtouch-1.3.1/source/SoundTouch/Makefile.am 2007-05-08 00:49:03.000000000 +0200 @@ -35,7 +35,7 @@ # ??? test for -fcheck-new in configure.ac # other compiler flags to add -AM_CXXFLAGS=-O3 -msse -fcheck-new -I../../include +AM_CXXFLAGS=-msse -fcheck-new -I../../include # other linking flags to add #libSoundTouch_la_LIBADD=