summaryrefslogtreecommitdiff
path: root/sc/Library_scd.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sc/Library_scd.mk')
-rw-r--r--sc/Library_scd.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/sc/Library_scd.mk b/sc/Library_scd.mk
index 0331df2f9733..5b4aa8446190 100644
--- a/sc/Library_scd.mk
+++ b/sc/Library_scd.mk
@@ -30,13 +30,17 @@ $(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_set_defs,scd,\
$$(DEFS) \
))
+$(eval $(call gb_Library_add_api,scd,\
+ offapi \
+ udkapi \
+))
+
$(eval $(call gb_Library_add_linked_libs,scd,\
cppu \
cppuhelper \