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_scd.mk | |
parent | 100fd14a70892a7c183574c3fc58672a04689211 (diff) | |
parent | aca6b30d6406799561f311a38bbbfc1aebda36de (diff) |
resyncing to master
Diffstat (limited to 'sc/Library_scd.mk')
-rw-r--r-- | sc/Library_scd.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sc/Library_scd.mk b/sc/Library_scd.mk index 628684545ef9..deb075380fe4 100644 --- a/sc/Library_scd.mk +++ b/sc/Library_scd.mk @@ -30,9 +30,13 @@ $(eval $(call gb_Library_set_include,scd,\ -I$(realpath $(SRCDIR)/sc/inc) \ -I$(WORKDIR)/Misc/sc/ \ $$(INCLUDE) \ - -I$(OUTDIR)/inc/offuh \ )) +)) + +$(eval $(call gb_Library_add_api,scd,\ + offapi \ + udkapi \ $(eval $(call gb_Library_add_linked_libs,scd,\ cppu \ cppuhelper \ |