summaryrefslogtreecommitdiff
path: root/svl/Library_svl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'svl/Library_svl.mk')
-rw-r--r--svl/Library_svl.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/svl/Library_svl.mk b/svl/Library_svl.mk
index 97a8ae111da7..d1996dc0dc52 100644
--- a/svl/Library_svl.mk
+++ b/svl/Library_svl.mk
@@ -35,8 +35,8 @@ $(eval $(call gb_Library_set_componentfile,svl,svl/util/svl))
$(eval $(call gb_Library_set_include,svl,\
$$(SOLARINC) \
- -I$(SRCDIR)/svl/source/inc \
- -I$(SRCDIR)/svl/inc/pch \
+ -I$(realpath $(SRCDIR)/svl/source/inc) \
+ -I$(realpath $(SRCDIR)/svl/inc/pch) \
-I$(OUTDIR)/inc/offuh \
))
@@ -54,11 +54,9 @@ $(eval $(call gb_Library_add_linked_libs,svl,\
jvmfwk \
sal \
sot \
- stl \
tl \
ucbhelper \
utl \
- vos3 \
$(gb_STDLIBS) \
))