From c014dd56583e5c79888d7d60f37d7e910e31119b Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Tue, 30 Jun 2015 22:10:15 +1000 Subject: [PATCH] build: disable zlib wrappers --- Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9cb93b76..581ee65f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -242,10 +242,12 @@ UTIL_FILES = \ version.cpp \ version.hpp \ view.cpp \ - view.hpp \ - zlib.cpp \ - zlib.hpp + view.hpp +# zlib.cpp +# zlib.hpp +# options.cpp +# options.hpp if PLATFORM_LINUX UTIL_FILES += \