]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Revert the wrong change in src/pcm/Makefile.am
authorTakashi Iwai <tiwai@suse.de>
Tue, 15 May 2007 13:58:58 +0000 (15:58 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 15 May 2007 13:58:58 +0000 (15:58 +0200)
Reverted the wrong change in src/pcm/Makefile.am, accidentally merged
from my own development version...

src/pcm/Makefile.am

index 204b012fc986a319a7f96b5be61a66cee5b30bf6..95e7ad048459715f32fdb1fa6b3a75a4ed5fe002 100644 (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