--- linuxsampler/trunk/src/engines/common/Makefile.am 2004/05/23 19:16:33 80 +++ linuxsampler/trunk/src/engines/common/Makefile.am 2005/06/15 20:25:25 654 @@ -1,7 +1,13 @@ INCLUDES = $(all_includes) METASOURCES = AUTO -AM_CXXFLAGS = -ffast-math -march=$(target_cpu) -mcpu=$(target_cpu) +AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH) -noinst_LTLIBRARIES = liblinuxsamplercommonengine.la -liblinuxsamplercommonengine_la_SOURCES = BiquadFilter.h Engine.h Event.cpp Event.h LFO.h +noinst_LTLIBRARIES = liblinuxsamplercommonengine.la +liblinuxsamplercommonengine_la_SOURCES = \ + BiquadFilter.h \ + Engine.h \ + Event.cpp Event.h \ + LFO.h \ + Resampler.h \ + EngineChannel.h