aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-05 18:19:17 +0200
committerMax Kellermann <max@duempel.org>2013-09-05 18:28:07 +0200
commitfcccedc5884a672eb66221d66fdda4755b4286ba (patch)
treee886c5aaf9f541b7ea2615d89caa671d90110970 /Makefile.am
parent0d73a49327fed7e20614a3032cc20fd1c0caec7f (diff)
downloadmpd-fcccedc5884a672eb66221d66fdda4755b4286ba.tar.gz
mpd-fcccedc5884a672eb66221d66fdda4755b4286ba.tar.xz
mpd-fcccedc5884a672eb66221d66fdda4755b4286ba.zip
Tag: move struct TagItem to TagItem.hxx
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 073eff11d..0c5a5b373 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -424,6 +424,7 @@ TAG_LIBS = \
libtag_a_SOURCES =\
src/tag/TagType.h \
src/tag/Tag.cxx src/tag/Tag.hxx \
+ src/tag/TagItem.hxx \
src/tag/TagHandler.cxx src/tag/TagHandler.hxx \
src/tag/TagInternal.hxx \
src/tag/TagConfig.cxx src/tag/TagConfig.hxx \