diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 \ |