From 504b58dfa8862abdb9070d19131e1a5229e45e33 Mon Sep 17 00:00:00 2001 From: Christian Beer Date: Thu, 12 Feb 2015 17:33:17 +0100 Subject: [PATCH] BUILD: boinc_zip library is needed by wrapper --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index f5183b7e34..b7c09dcfbe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,6 +13,10 @@ if ENABLE_LIBRARIES if ENABLE_SERVER API_SUBDIRS += zip endif +## boinc_zip needed for wrapper +if ENABLE_APPS + API_SUBDIRS += zip +endif if ENABLE_BOINCZIP API_SUBDIRS += zip endif