summaryrefslogtreecommitdiff
path: root/svl/Library_passwordcontainer.mk
diff options
context:
space:
mode:
Diffstat (limited to 'svl/Library_passwordcontainer.mk')
-rw-r--r--svl/Library_passwordcontainer.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/svl/Library_passwordcontainer.mk b/svl/Library_passwordcontainer.mk
index 08acae0930ec..58b4b6edb6a7 100644
--- a/svl/Library_passwordcontainer.mk
+++ b/svl/Library_passwordcontainer.mk
@@ -33,10 +33,10 @@ $(eval $(call gb_Library_set_include,passwordcontainer,\
$$(SOLARINC) \
-I$(WORKDIR)/inc/svl \
-I$(WORKDIR)/inc/ \
- -I$(SRCDIR)/svl/inc \
- -I$(SRCDIR)/svl/inc/svl \
- -I$(SRCDIR)/svl/source/inc \
- -I$(SRCDIR)/svl/inc/pch \
+ -I$(realpath $(SRCDIR)/svl/inc) \
+ -I$(realpath $(SRCDIR)/svl/inc/svl) \
+ -I$(realpath $(SRCDIR)/svl/source/inc) \
+ -I$(realpath $(SRCDIR)/svl/inc/pch) \
-I$(OUTDIR)/inc/offuh \
-I$(OUTDIR)/inc \
))
@@ -45,7 +45,6 @@ $(eval $(call gb_Library_add_linked_libs,passwordcontainer,\
cppu \
cppuhelper \
sal \
- stl \
ucbhelper \
utl \
$(gb_STDLIBS) \