diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-12-25 09:50:19 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-12-25 09:58:45 -0500 |
commit | 01c7923d726c842cbd30daaeb1bccc985f10c240 (patch) | |
tree | 452af6b1108288ae80db2b25b443979aa4118e02 /Module_tail_build.mk | |
parent | 0897b55183dc76f5c9833fb2649116f560a1f034 (diff) |
add zlib to tail_build
Change-Id: If891480564760044ad0af792f8c21a8ca1a06580
Diffstat (limited to 'Module_tail_build.mk')
-rw-r--r-- | Module_tail_build.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Module_tail_build.mk b/Module_tail_build.mk index 34569d10637c..6bd65398b99e 100644 --- a/Module_tail_build.mk +++ b/Module_tail_build.mk @@ -203,6 +203,7 @@ $(eval $(call gb_Module_add_moduledirs,tail_build,\ xmlscript \ xmlsecurity \ $(call gb_Helper_optional,XSLTML,xsltml) \ + $(call gb_Helper_optional,ZLIB,zlib) \ )) ifeq ($(MERGELIBS),TRUE) |