diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-21 18:32:46 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-21 18:32:46 +0200 |
commit | 17a3c456b6e364ea50a0a0267235434421b76e4d (patch) | |
tree | db74c4d9ced21b9fb89f5472973934a4d60161e1 /sc/Library_scui.mk | |
parent | 100fd14a70892a7c183574c3fc58672a04689211 (diff) | |
parent | aca6b30d6406799561f311a38bbbfc1aebda36de (diff) |
resyncing to master
Diffstat (limited to 'sc/Library_scui.mk')
-rw-r--r-- | sc/Library_scui.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sc/Library_scui.mk b/sc/Library_scui.mk index 3473fa74b09a..c12408796e3a 100644 --- a/sc/Library_scui.mk +++ b/sc/Library_scui.mk @@ -30,9 +30,13 @@ $(eval $(call gb_Library_set_include,scui,\ -I$(WORKDIR)/SdiTarget/sc/sdi \ -I$(WORKDIR)/Misc/sc \ $$(INCLUDE) \ - -I$(OUTDIR)/inc/offuh \ )) +)) + +$(eval $(call gb_Library_add_api,scui,\ + offapi \ + udkapi \ $(eval $(call gb_Library_add_linked_libs,scui,\ comphelper \ cppu \ |