aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-16 20:54:51 +0200
committerMax Kellermann <max@duempel.org>2013-10-16 22:07:43 +0200
commitf32fbd9ed13bc6017f72928a49c43c6bf73fd615 (patch)
treef30407edb34b083800ac5945c7768aad8db40ddd /Makefile.am
parente3511d0ee07ef5a8d0582c85e3ca27fa51d80570 (diff)
downloadmpd-f32fbd9ed13bc6017f72928a49c43c6bf73fd615.tar.gz
mpd-f32fbd9ed13bc6017f72928a49c43c6bf73fd615.tar.xz
mpd-f32fbd9ed13bc6017f72928a49c43c6bf73fd615.zip
pcm_pack: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 96a835af8..fe24dd2cd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -311,7 +311,7 @@ libpcm_a_SOURCES = \
src/pcm/PcmVolume.cxx src/pcm/PcmVolume.hxx \
src/pcm/PcmMix.cxx src/pcm/PcmMix.hxx \
src/pcm/PcmChannels.cxx src/pcm/PcmChannels.hxx \
- src/pcm/pcm_pack.c src/pcm/pcm_pack.h \
+ src/pcm/PcmPack.cxx src/pcm/PcmPack.hxx \
src/pcm/PcmFormat.cxx src/pcm/PcmFormat.hxx \
src/pcm/PcmResample.cxx src/pcm/PcmResample.hxx \
src/pcm/PcmResampleFallback.cxx \