BUILD: boinc_zip library is needed by wrapper

This commit is contained in:
Christian Beer 2015-02-12 17:33:17 +01:00
parent 05c0e2571c
commit 504b58dfa8
1 changed files with 4 additions and 0 deletions

View File

@ -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