summaryrefslogtreecommitdiff
path: root/sw/Library_swui.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sw/Library_swui.mk')
-rw-r--r--sw/Library_swui.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk
index f7b3f529c80f..aee68142ead0 100644
--- a/sw/Library_swui.mk
+++ b/sw/Library_swui.mk
@@ -28,11 +28,11 @@
$(eval $(call gb_Library_Library,swui))
$(eval $(call gb_Library_set_include,swui,\
- -I$(SRCDIR)/sw/inc \
- -I$(SRCDIR)/sw/inc/pch \
- -I$(SRCDIR)/sw/source/core/inc \
- -I$(SRCDIR)/sw/source/filter/inc \
- -I$(SRCDIR)/sw/source/ui/inc \
+ -I$(realpath $(SRCDIR)/sw/inc) \
+ -I$(realpath $(SRCDIR)/sw/inc/pch) \
+ -I$(realpath $(SRCDIR)/sw/source/core/inc) \
+ -I$(realpath $(SRCDIR)/sw/source/filter/inc) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/inc) \
-I$(WORKDIR)/SdiTarget/sw/sdi \
-I$(WORKDIR)/Misc/sw \
$$(INCLUDE) \
@@ -53,7 +53,6 @@ $(eval $(call gb_Library_add_linked_libs,swui,\
sal \
sfx \
sot \
- stl \
svl \
svt \
svx \
@@ -154,6 +153,7 @@ $(eval $(call gb_Library_add_exception_objects,swui,\
sw/source/ui/misc/pggrid \
sw/source/ui/misc/srtdlg \
sw/source/ui/misc/swmodalredlineacceptdlg \
+ sw/source/ui/misc/titlepage \
sw/source/ui/table/colwd \
sw/source/ui/table/convert \
sw/source/ui/table/instable \