From: Takashi Iwai Date: Tue, 15 May 2007 13:58:58 +0000 (+0200) Subject: Revert the wrong change in src/pcm/Makefile.am X-Git-Tag: v1.0.14~4 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=577959ec8739212b3ed65f5f44b2e0bb41db8999;p=alsa-lib.git 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... --- diff --git a/src/pcm/Makefile.am b/src/pcm/Makefile.am index 204b012f..95e7ad04 100644 --- a/src/pcm/Makefile.am +++ b/src/pcm/Makefile.am @@ -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