summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
Diffstat (limited to 'svl')
-rw-r--r--svl/CppunitTest_svl_lngmisc.mk4
-rw-r--r--svl/Library_fsstorage.mk6
-rw-r--r--svl/Library_passwordcontainer.mk6
-rw-r--r--svl/Library_svl.mk2
4 files changed, 9 insertions, 9 deletions
diff --git a/svl/CppunitTest_svl_lngmisc.mk b/svl/CppunitTest_svl_lngmisc.mk
index ae2c57fe0ba9..e34cb9c27639 100644
--- a/svl/CppunitTest_svl_lngmisc.mk
+++ b/svl/CppunitTest_svl_lngmisc.mk
@@ -49,8 +49,8 @@ $(eval $(call gb_CppunitTest_add_linked_libs,svl_lngmisc, \
endif
$(eval $(call gb_CppunitTest_set_include,svl_lngmisc,\
- -I$(realpath $(SRCDIR)/svl/source/inc) \
- -I$(realpath $(SRCDIR)/svl/inc) \
+ -I$(SRCDIR)/svl/source/inc \
+ -I$(SRCDIR)/svl/inc \
$$(INCLUDE) \
))
# vim: set noet sw=4 ts=4:
diff --git a/svl/Library_fsstorage.mk b/svl/Library_fsstorage.mk
index dee7a5ff21c1..4e88d31ff20d 100644
--- a/svl/Library_fsstorage.mk
+++ b/svl/Library_fsstorage.mk
@@ -31,9 +31,9 @@ $(eval $(call gb_Library_Library,fsstorage))
$(eval $(call gb_Library_set_componentfile,fsstorage,svl/source/fsstor/fsstorage))
$(eval $(call gb_Library_set_include,fsstorage,\
- -I$(realpath $(SRCDIR)/svl/inc) \
- -I$(realpath $(SRCDIR)/svl/inc/svl) \
- -I$(realpath $(SRCDIR)/svl/source/inc) \
+ -I$(SRCDIR)/svl/inc \
+ -I$(SRCDIR)/svl/inc/svl \
+ -I$(SRCDIR)/svl/source/inc \
$$(INCLUDE) \
))
diff --git a/svl/Library_passwordcontainer.mk b/svl/Library_passwordcontainer.mk
index 3eebca6af2f3..bb5415366095 100644
--- a/svl/Library_passwordcontainer.mk
+++ b/svl/Library_passwordcontainer.mk
@@ -31,9 +31,9 @@ $(eval $(call gb_Library_Library,passwordcontainer))
$(eval $(call gb_Library_set_componentfile,passwordcontainer,svl/source/passwordcontainer/passwordcontainer))
$(eval $(call gb_Library_set_include,passwordcontainer,\
- -I$(realpath $(SRCDIR)/svl/inc) \
- -I$(realpath $(SRCDIR)/svl/inc/svl) \
- -I$(realpath $(SRCDIR)/svl/source/inc) \
+ -I$(SRCDIR)/svl/inc \
+ -I$(SRCDIR)/svl/inc/svl \
+ -I$(SRCDIR)/svl/source/inc \
$$(INCLUDE) \
))
diff --git a/svl/Library_svl.mk b/svl/Library_svl.mk
index 337e4edec87f..5addf898fe82 100644
--- a/svl/Library_svl.mk
+++ b/svl/Library_svl.mk
@@ -33,7 +33,7 @@ $(eval $(call gb_Library_add_package_headers,svl,svl_inc))
$(eval $(call gb_Library_set_componentfile,svl,svl/util/svl))
$(eval $(call gb_Library_set_include,svl,\
- -I$(realpath $(SRCDIR)/svl/source/inc) \
+ -I$(SRCDIR)/svl/source/inc \
$$(INCLUDE) \
))