diff options
author | Max Kellermann <max@duempel.org> | 2013-01-31 22:58:27 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-31 22:58:27 +0100 |
commit | e42734c3f3f669039f5e088371ab1ef8c7674bb5 (patch) | |
tree | 1f03b9b347f82e63ac6296b30d231345f21a0ef4 /Makefile.am | |
parent | eab78ab99c497b01ef1d5ec2ad3be74d61527cd1 (diff) | |
download | mpd-e42734c3f3f669039f5e088371ab1ef8c7674bb5.tar.gz mpd-e42734c3f3f669039f5e088371ab1ef8c7674bb5.tar.xz mpd-e42734c3f3f669039f5e088371ab1ef8c7674bb5.zip |
test/test_pcm: merge source buffer generator
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bf2f40666..f9f2efbfe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1401,6 +1401,7 @@ test_test_byte_reverse_LDADD = \ $(GLIB_LIBS) test_test_pcm_SOURCES = \ + test/test_pcm_util.hxx \ test/test_pcm_dither.cxx \ test/test_pcm_pack.cxx \ test/test_pcm_channels.cxx \ |