diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-21 18:38:50 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-21 18:38:50 +0200 |
commit | 112be98c928c38c5cc63c99e86e0b58b8d2dfe29 (patch) | |
tree | 053e3d7dfa670c6c1924d4095d9cfbe622b4b5ba /unoxml/Library_unoxml.mk | |
parent | 03e6f1338cc18d047582fdb22787ebf0f693d8a2 (diff) | |
parent | d90e0b5999ff65ab9bceb4cbd5ecbd5af232ac3b (diff) |
resyncing to master
Diffstat (limited to 'unoxml/Library_unoxml.mk')
-rw-r--r-- | unoxml/Library_unoxml.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/unoxml/Library_unoxml.mk b/unoxml/Library_unoxml.mk index 3303e5df6cf7..b51253a44036 100644 --- a/unoxml/Library_unoxml.mk +++ b/unoxml/Library_unoxml.mk @@ -31,9 +31,13 @@ $(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_add_api,unoxml,\ + udkapi \ + offapi \ $(eval $(call gb_Library_add_linked_libs,unoxml,\ ucbhelper \ sax \ |