From 4d427bd5c8fe9b3488bd3da49e4158c3021deab0 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Mon, 30 May 2011 18:16:33 +0200 Subject: ause130: #i117218# missing pieces... --- unoxml/Library_unordf.mk | 6 +++++- unoxml/Library_unoxml.mk | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'unoxml') diff --git a/unoxml/Library_unordf.mk b/unoxml/Library_unordf.mk index 2ca96df4030c..7990c69f3047 100644 --- a/unoxml/Library_unordf.mk +++ b/unoxml/Library_unordf.mk @@ -31,13 +31,17 @@ $(eval $(call gb_Library_set_componentfile,unordf,unoxml/source/rdf/unordf)) $(eval $(call gb_Library_set_include,unordf,\ $$(INCLUDE) \ - -I$(OUTDIR)/inc/offuh \ )) $(eval $(call gb_Library_set_defs,unordf,\ $$(DEFS) \ )) +$(eval $(call gb_Library_add_api,unordf,\ + udkapi \ + offapi \ +)) + $(eval $(call gb_Library_add_linked_libs,unordf,\ cppuhelper \ cppu \ diff --git a/unoxml/Library_unoxml.mk b/unoxml/Library_unoxml.mk index 09070fed4493..907ee0f0fdf8 100644 --- a/unoxml/Library_unoxml.mk +++ b/unoxml/Library_unoxml.mk @@ -31,13 +31,17 @@ $(eval $(call gb_Library_set_componentfile,unoxml,unoxml/source/service/unoxml)) $(eval $(call gb_Library_set_include,unoxml,\ $$(INCLUDE) \ - -I$(OUTDIR)/inc/offuh \ )) $(eval $(call gb_Library_set_defs,unoxml,\ $$(DEFS) \ )) +$(eval $(call gb_Library_add_api,unoxml,\ + udkapi \ + offapi \ +)) + $(eval $(call gb_Library_add_linked_libs,unoxml,\ ucbhelper \ sax \ -- cgit