aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-29 16:34:16 +0100
committerMax Kellermann <max@duempel.org>2013-12-29 18:15:30 +0100
commitb5f3bfce92b42ad3b6c7f5f37ea1b8a23616f87f (patch)
treef447e6931100cc94f18befc52bf2fddce9f6c23f /Makefile.am
parentaeb2baa495776d9fc06e63f91167c40c334303c8 (diff)
downloadmpd-b5f3bfce92b42ad3b6c7f5f37ea1b8a23616f87f.tar.gz
mpd-b5f3bfce92b42ad3b6c7f5f37ea1b8a23616f87f.tar.xz
mpd-b5f3bfce92b42ad3b6c7f5f37ea1b8a23616f87f.zip
SongUpdate: read tags from songs in an archive
Add the TagStream.cxx library, similar to TagFile.cxx, and use it to load tags from song files inside archives.
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 0ba0fc11b..d851efad8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -202,6 +202,7 @@ src_mpd_SOURCES = \
src/TagPrint.cxx src/TagPrint.hxx \
src/TagSave.cxx src/TagSave.hxx \
src/TagFile.cxx src/TagFile.hxx \
+ src/TagStream.cxx src/TagStream.hxx \
src/TextInputStream.cxx \
src/Volume.cxx src/Volume.hxx \
src/SongFilter.cxx src/SongFilter.hxx \