diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2011-05-30 18:16:33 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-06-18 11:26:56 +0200 |
commit | 4d427bd5c8fe9b3488bd3da49e4158c3021deab0 (patch) | |
tree | b411946cf649e4538143072ebdd59a3352d40a4c /unoxml | |
parent | 4fb5b90d3e3151faf457117af2f2eceeaa7f6b00 (diff) |
ause130: #i117218# missing pieces...
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/Library_unordf.mk | 6 | ||||
-rw-r--r-- | unoxml/Library_unoxml.mk | 6 |
2 files changed, 10 insertions, 2 deletions
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 \ |