aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-11 21:46:13 +0200
committerMax Kellermann <max@duempel.org>2014-08-11 21:48:25 +0200
commit3a111e5d744f875cde11fe755d03d3df3519f8a2 (patch)
tree82507f0e23cb77145317222ec628dc5243af6846 /Makefile.am
parentfc0c5e7359cff821468138a3f8ce49db52c80e57 (diff)
downloadmpd-3a111e5d744f875cde11fe755d03d3df3519f8a2.tar.gz
mpd-3a111e5d744f875cde11fe755d03d3df3519f8a2.tar.xz
mpd-3a111e5d744f875cde11fe755d03d3df3519f8a2.zip
fs/io/GzipOutputStream,GunzipReader: move zlib_domain to src/lib/zlib/Domain.cxx
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 b8179b31a..d28e6b599 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -529,6 +529,7 @@ libfs_a_CPPFLAGS = $(AM_CPPFLAGS) $(ZLIB_CFLAGS)
if HAVE_ZLIB
libfs_a_SOURCES += \
+ src/lib/zlib/Domain.cxx src/lib/zlib/Domain.hxx \
src/fs/io/GunzipReader.cxx src/fs/io/GunzipReader.hxx \
src/fs/io/GzipOutputStream.cxx src/fs/io/GzipOutputStream.hxx
FS_LIBS += $(ZLIB_LIBS)