diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e1a5415d8..700511338 100644 --- a/Makefile.am +++ b/Makefile.am @@ -452,6 +452,7 @@ libpcm_a_SOURCES = \ src/pcm/PcmFormat.cxx src/pcm/PcmFormat.hxx \ src/pcm/FloatConvert.hxx \ src/pcm/ShiftConvert.hxx \ + src/pcm/Neon.hxx \ src/pcm/FormatConverter.cxx src/pcm/FormatConverter.hxx \ src/pcm/ChannelsConverter.cxx src/pcm/ChannelsConverter.hxx \ src/pcm/Resampler.hxx \ |