summaryrefslogtreecommitdiff
path: root/svtools/Library_productregistration.mk
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/Library_productregistration.mk')
-rw-r--r--svtools/Library_productregistration.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/svtools/Library_productregistration.mk b/svtools/Library_productregistration.mk
index 6e76b1d6c9db..726e5a3b664b 100644
--- a/svtools/Library_productregistration.mk
+++ b/svtools/Library_productregistration.mk
@@ -33,9 +33,9 @@ $(eval $(call gb_Library_set_include,productregistration,\
$$(SOLARINC) \
-I$(WORKDIR)/inc/svtools \
-I$(WORKDIR)/inc/ \
- -I$(SRCDIR)/svtools/inc/pch/ \
+ -I$(realpath $(SRCDIR)/svtools/inc/pch) \
-I$(OUTDIR)/inc/ \
- -I$(SRCDIR)/svtools/inc \
+ -I$(realpath $(SRCDIR)/svtools/inc) \
-I$(OUTDIR)/inc/offuh \
-I$(OUTDIR)/inc \
))
@@ -44,7 +44,6 @@ $(eval $(call gb_Library_add_linked_libs,productregistration,\
cppu \
cppuhelper \
sal \
- stl \
svl \
tk \
tl \