aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-04-24 18:29:11 +0200
committerMax Kellermann <max@duempel.org>2014-04-24 18:32:23 +0200
commitecc12c9ba15809c918be5577cc90eba108569cbd (patch)
treee1139d9ea6c32d667b1acd396b6254378a3b8406 /Makefile.am
parent9e50993c130ee7d3138150d4ebfef985d6ddc810 (diff)
downloadmpd-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.am2
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