aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-10-04 09:34:48 +0200
committerMax Kellermann <max@duempel.org>2012-10-04 10:31:53 +0200
commitefbf184fe80c61f7666ded3342fcb97c1b770758 (patch)
tree82a7e8abd83e7edd68a1983ca16daae6753d625e /Makefile.am
parentdd577fb857141bc0d8bfa094a4697163b17deaad (diff)
downloadmpd-efbf184fe80c61f7666ded3342fcb97c1b770758.tar.gz
mpd-efbf184fe80c61f7666ded3342fcb97c1b770758.tar.xz
mpd-efbf184fe80c61f7666ded3342fcb97c1b770758.zip
PlaylistFile, client_file, tag_id3: don't use g_file_error_quark()
g_file_error_quark() is meant to be used with the GFileError enum which does not correspond with errno, but must be converted with g_file_error_from_errno(). At the same time, this removes g_strerror() use for g_file_error_quark().
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 161d1e719..92ee671e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -295,6 +295,7 @@ src_mpd_SOURCES = \
src/listen.c \
src/log.c \
src/ls.c \
+ src/io_error.h \
src/io_thread.c src/io_thread.h \
src/Main.cxx src/Main.hxx \
src/Win32Main.cxx \