summaryrefslogtreecommitdiffstats
path: root/sd/Library_sdui.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_sdui.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_sdui.mk')
-rw-r--r--sd/Library_sdui.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/sd/Library_sdui.mk b/sd/Library_sdui.mk
index 012fad46a048..8d418250f16c 100644
--- a/sd/Library_sdui.mk
+++ b/sd/Library_sdui.mk
@@ -35,13 +35,17 @@ $(eval $(call gb_Library_set_include,sdui,\
-I$(realpath $(SRCDIR)/sd/inc/pch) \
-I$(realpath $(SRCDIR)/sd/source/ui/inc) \
-I$(OUTDIR)/inc \
- -I$(OUTDIR)/inc/offuh \
))
$(eval $(call gb_Library_add_defs,sdui,\
-DSD_DLLIMPLEMENTATION \
))
+$(eval $(call gb_Library_add_api,sdui,\
+ offapi \
+ udkapi \
+))
+
$(eval $(call gb_Library_add_linked_libs,sdui,\
basegfx \
comphelper \