diff options
author | Max Kellermann <max@duempel.org> | 2014-08-11 21:46:13 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-11 21:48:25 +0200 |
commit | 3a111e5d744f875cde11fe755d03d3df3519f8a2 (patch) | |
tree | 82507f0e23cb77145317222ec628dc5243af6846 /Makefile.am | |
parent | fc0c5e7359cff821468138a3f8ce49db52c80e57 (diff) |
fs/io/GzipOutputStream,GunzipReader: move zlib_domain to src/lib/zlib/Domain.cxx
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
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) |