diff options
author | Max Kellermann <max@musicpd.org> | 2017-07-31 13:49:54 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-07-31 13:50:14 +0200 |
commit | d29bdf3e814e63c35de6c33a58b438655e60afd9 (patch) | |
tree | 3e895cac912397da35ffdb5d6f32d954996be19c /Makefile.am | |
parent | 501a4af9145129522262a6344d847b062e557a14 (diff) | |
parent | dd9fd3d8a7c3f5f3dfed426369297592a1f7616c (diff) |
Merge branch 'v0.20.x'
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 70be090b9..d34b81f01 100644 --- a/Makefile.am +++ b/Makefile.am @@ -934,6 +934,7 @@ libtag_a_SOURCES =\ src/tag/ReplayGain.cxx src/tag/ReplayGain.hxx \ src/tag/MixRamp.cxx src/tag/MixRamp.hxx \ src/tag/Generic.cxx src/tag/Generic.hxx \ + src/tag/Id3MusicBrainz.cxx src/tag/Id3MusicBrainz.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 |