diff options
author | Max Kellermann <max@duempel.org> | 2014-02-19 10:13:31 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-19 10:13:31 +0100 |
commit | 6b09842cb6fa47fe993a8521735c4791fdb084f2 (patch) | |
tree | 79826ff3cd8a3e3f01f30a5de2089ac9674973a8 /Makefile.am | |
parent | ca813389dc7b2dd8f74e2b48a49c66d79c1f36bc (diff) | |
download | mpd-6b09842cb6fa47fe993a8521735c4791fdb084f2.tar.gz mpd-6b09842cb6fa47fe993a8521735c4791fdb084f2.tar.xz mpd-6b09842cb6fa47fe993a8521735c4791fdb084f2.zip |
Makefile.am: re-add src/AudioCompress/compress.c to test/run_normalize
Build was broken by previous commit.
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 f82c2229a..e603d8c46 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1621,6 +1621,7 @@ test_run_avahi_LDADD = \ test_run_normalize_SOURCES = test/run_normalize.cxx \ test/stdbin.h \ src/CheckAudioFormat.cxx \ + src/AudioCompress/compress.c \ src/AudioParser.cxx test_run_normalize_LDADD = \ libutil.a \ |