aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-05 18:13:29 +0200
committerMax Kellermann <max@duempel.org>2013-09-05 18:27:40 +0200
commit0d73a49327fed7e20614a3032cc20fd1c0caec7f (patch)
treee7144ccf7edf02faf5076ca8eb68a5b80f198efc /Makefile.am
parent6239dd96f2250c75e5d223a99e9bb7efa736daa3 (diff)
downloadmpd-0d73a49327fed7e20614a3032cc20fd1c0caec7f.tar.gz
mpd-0d73a49327fed7e20614a3032cc20fd1c0caec7f.tar.xz
mpd-0d73a49327fed7e20614a3032cc20fd1c0caec7f.zip
Tag: move fix_tag_value() to TagString.cxx
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ec3d941de..073eff11d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -428,6 +428,7 @@ libtag_a_SOURCES =\
src/tag/TagInternal.hxx \
src/tag/TagConfig.cxx src/tag/TagConfig.hxx \
src/tag/TagNames.c \
+ 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/ApeLoader.cxx src/tag/ApeLoader.hxx \