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.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk
index c759aa0b2093..7f2cee9e9e82 100644
--- a/sw/Library_swui.mk
+++ b/sw/Library_swui.mk
@@ -29,10 +29,10 @@
$(eval $(call gb_Library_Library,swui))
$(eval $(call gb_Library_set_include,swui,\
- -I$(realpath $(SRCDIR)/sw/inc) \
- -I$(realpath $(SRCDIR)/sw/source/core/inc) \
- -I$(realpath $(SRCDIR)/sw/source/filter/inc) \
- -I$(realpath $(SRCDIR)/sw/source/ui/inc) \
+ -I$(SRCDIR)/sw/inc \
+ -I$(SRCDIR)/sw/source/core/inc \
+ -I$(SRCDIR)/sw/source/filter/inc \
+ -I$(SRCDIR)/sw/source/ui/inc \
-I$(WORKDIR)/SdiTarget/sw/sdi \
$$(INCLUDE) \
))