Revert the wrong change in src/pcm/Makefile.am

Reverted the wrong change in src/pcm/Makefile.am, accidentally merged
from my own development version...
This commit is contained in:
Takashi Iwai 2007-05-15 15:58:58 +02:00
parent 21888c5f50
commit 577959ec87

View file

@ -11,7 +11,7 @@ if BUILD_PCM_PLUGIN
libpcm_la_SOURCES += pcm_generic.c pcm_plugin.c
endif
if BUILD_PCM_PLUGIN_COPY
libpcm_la_SOURCES += pcm_copy.c pcm_demux.c
libpcm_la_SOURCES += pcm_copy.c
endif
if BUILD_PCM_PLUGIN_LINEAR
libpcm_la_SOURCES += pcm_linear.c