summaryrefslogtreecommitdiffstats
path: root/sd/Library_sd.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 18:38:59 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 18:38:59 +0200
commit418a4edf9a13bb5ca376b057f7240ed76b2e2f8f (patch)
tree8d89620e96f73a3149c951670dd34f72040dcdaf /sd/Library_sd.mk
parentsd::FuEditGluePoints needs to be SD_DLLPUBLIC for sd::DrawViewShell (diff)
parentWe can again use unloadablecomponent.map (diff)
downloadcore-418a4edf9a13bb5ca376b057f7240ed76b2e2f8f.tar.gz
core-418a4edf9a13bb5ca376b057f7240ed76b2e2f8f.zip
Merge branch 'master' into feature/gnumake4
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r--sd/Library_sd.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index f4673abc4685..d0d4e1cf49ac 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -44,7 +44,6 @@ $(eval $(call gb_Library_set_include,sd,\
-I$(WORKDIR)/inc/sd \
-I$(WORKDIR)/SdiTarget/sd/sdi \
-I$(OUTDIR)/inc \
- -I$(OUTDIR)/inc/offuh \
))
$(eval $(call gb_Library_add_defs,sd,\
@@ -58,6 +57,11 @@ $(eval $(call gb_Library_set_defs,sd,\
))
endif
+$(eval $(call gb_Library_add_api,sd,\
+ offapi \
+ udkapi \
+))
+
$(eval $(call gb_Library_add_linked_libs,sd,\
avmedia \
basegfx \