From b5f3bfce92b42ad3b6c7f5f37ea1b8a23616f87f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 29 Dec 2013 16:34:16 +0100 Subject: 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3