--- linuxsampler/trunk/src/engines/gig/Makefile.am 2006/01/28 16:55:30 831 +++ linuxsampler/trunk/src/engines/gig/Makefile.am 2006/02/05 10:24:05 832 @@ -16,6 +16,7 @@ Voice.cpp Voice.h \ Synthesizer.cpp Synthesizer.h \ Profiler.cpp Profiler.h \ - EngineChannel.cpp EngineChannel.h + EngineChannel.cpp EngineChannel.h \ + SmoothVolume.cpp SmoothVolume.h liblinuxsamplergigengine_la_LIBADD = $(GIG_LIBS) liblinuxsamplergigengine_la_LDFLAGS = $(GIG_CFLAGS)