diff options
author | Max Kellermann <max@duempel.org> | 2014-09-24 20:10:59 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-09-24 21:50:34 +0200 |
commit | 05dd9acba8c7534c8e8f01bf15342ab7493d28fc (patch) | |
tree | eab583c0b671e0d405dc41cbccfdebc740cf3819 /Makefile.am | |
parent | 92704857231423f662152495d5521301195dfd17 (diff) | |
download | mpd-05dd9acba8c7534c8e8f01bf15342ab7493d28fc.tar.gz mpd-05dd9acba8c7534c8e8f01bf15342ab7493d28fc.tar.xz mpd-05dd9acba8c7534c8e8f01bf15342ab7493d28fc.zip |
tag/ApeReplayGain, decoder/mad: move duplicate code to tag/ReplayGain.cxx
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 d7ea9291a..080bf309a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -766,6 +766,7 @@ libtag_a_SOURCES =\ src/tag/TagPool.cxx src/tag/TagPool.hxx \ src/tag/TagTable.cxx src/tag/TagTable.hxx \ src/tag/Set.cxx src/tag/Set.hxx \ + src/tag/ReplayGain.cxx src/tag/ReplayGain.hxx \ src/tag/ApeLoader.cxx src/tag/ApeLoader.hxx \ src/tag/ApeReplayGain.cxx src/tag/ApeReplayGain.hxx \ src/tag/ApeTag.cxx src/tag/ApeTag.hxx |