diff options
author | Max Kellermann <max@duempel.org> | 2014-04-24 18:29:11 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-04-24 18:32:23 +0200 |
commit | ecc12c9ba15809c918be5577cc90eba108569cbd (patch) | |
tree | e1139d9ea6c32d667b1acd396b6254378a3b8406 /Makefile.am | |
parent | 9e50993c130ee7d3138150d4ebfef985d6ddc810 (diff) | |
download | mpd-ecc12c9ba15809c918be5577cc90eba108569cbd.tar.gz mpd-ecc12c9ba15809c918be5577cc90eba108569cbd.tar.xz mpd-ecc12c9ba15809c918be5577cc90eba108569cbd.zip |
db/Helpers: move code to tag/Set.cxx
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 616e74e4f..bd69d3063 100644 --- a/Makefile.am +++ b/Makefile.am @@ -714,7 +714,7 @@ libtag_a_SOURCES =\ src/tag/TagString.cxx src/tag/TagString.hxx \ src/tag/TagPool.cxx src/tag/TagPool.hxx \ src/tag/TagTable.cxx src/tag/TagTable.hxx \ - src/tag/Set.hxx \ + src/tag/Set.cxx src/tag/Set.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 |