summaryrefslogtreecommitdiff
path: root/svl/Library_fsstorage.mk
diff options
context:
space:
mode:
Diffstat (limited to 'svl/Library_fsstorage.mk')
-rw-r--r--svl/Library_fsstorage.mk6
1 files changed, 3 insertions, 3 deletions
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) \
))