diff options
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 \ |