summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-12-28 11:19:06 -0500
committerPeter Foley <pefoley2@verizon.net>2012-12-31 20:13:20 +0000
commit9ddba6644024254a348c3569835df6ffae8c985a (patch)
tree7e48f8fdce73cf7a7766623b59e386ea684973b5 /oox
parentb4b6c459830ba6a070a813a533530feff3964ab0 (diff)
convert openssl to gbuild and add to tail_build
Change-Id: I52c62a91e317f072237cf25ed54f3cc6456d82b3 Reviewed-on: https://gerrit.libreoffice.org/1495 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
Diffstat (limited to 'oox')
-rw-r--r--oox/Library_oox.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk
index 6b496dad689c..58d7718e901a 100644
--- a/oox/Library_oox.mk
+++ b/oox/Library_oox.mk
@@ -81,7 +81,10 @@ $(eval $(call gb_Library_use_libraries,oox,\
$(gb_UWINAPI) \
))
-$(eval $(call gb_Library_use_external,oox,openssl))
+$(eval $(call gb_Library_use_externals,oox,\
+ openssl \
+ openssl_headers \
+))
$(eval $(call gb_Library_set_componentfile,oox,oox/util/oox))