aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-03-01 00:48:44 +0100
committerMax Kellermann <max@duempel.org>2015-03-01 00:48:44 +0100
commit41cc31c124686304f2ce7098c16ab27b5f88057e (patch)
treec623c1cb9f5be5079fdfaae06155d4432bac6a27 /Makefile.am
parent605af61a0fe77e7155446dab82666d6517d9e4a3 (diff)
downloadmpd-41cc31c124686304f2ce7098c16ab27b5f88057e.tar.gz
mpd-41cc31c124686304f2ce7098c16ab27b5f88057e.tar.xz
mpd-41cc31c124686304f2ce7098c16ab27b5f88057e.zip
SongUpdate: use OpenArchiveInputStream() to open archive file
Don't pass Path::c_str() to tag_stream_scan() which requires a UTF-8 string.
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 bb87c74b9..2417b8c74 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -728,6 +728,7 @@ if ENABLE_ARCHIVE
noinst_LIBRARIES += libarchive.a
libmpd_a_SOURCES += \
+ src/TagArchive.cxx src/TagArchive.hxx \
src/db/update/Archive.cxx
libarchive_a_SOURCES = \