diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-12-27 18:04:21 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-12-30 14:50:49 +0000 |
commit | 18bd1e7364428cdb359762158c685223a82de99d (patch) | |
tree | 084b987ac9eaa800bf15400efc9c56e1429df526 /unoxml | |
parent | 8736d50780c915cc0dc3d06f0aa4a8b3801cde5d (diff) |
convert redland to gbuild and add to tail_build
Change-Id: I953fb203b1a24920f236c2f6e1fd9d82edda1f0f
Reviewed-on: https://gerrit.libreoffice.org/1493
Reviewed-by: Peter Foley <pefoley2@verizon.net>
Tested-by: Peter Foley <pefoley2@verizon.net>
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/Library_unordf.mk | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/unoxml/Library_unordf.mk b/unoxml/Library_unordf.mk index 348b919dce17..60f5b96f9823 100644 --- a/unoxml/Library_unordf.mk +++ b/unoxml/Library_unordf.mk @@ -35,9 +35,14 @@ $(eval $(call gb_Library_use_libraries,unordf,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_use_externals,unordf,librdf)) -$(eval $(call gb_Library_use_externals,unordf,libxslt)) -$(eval $(call gb_Library_use_externals,unordf,libxml2)) +$(eval $(call gb_Library_use_externals,unordf,\ + librdf \ + redland_headers \ + raptor_headers \ + rasqal_headers \ + libxslt \ + libxml2 \ +)) $(eval $(call gb_Library_add_exception_objects,unordf,\ unoxml/source/rdf/CBlankNode \ |