summaryrefslogtreecommitdiff
path: root/cppuhelper/qa
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-10 13:34:33 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-10 13:36:20 +0100
commitc1bd2a254b4a22a02d515b084dabafe963f175ff (patch)
tree775c3a011465fa4884639d1630b99a010da55458 /cppuhelper/qa
parent32e173b865619ff7b8a55ef49dab0cb15496b174 (diff)
New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous.
Diffstat (limited to 'cppuhelper/qa')
-rw-r--r--cppuhelper/qa/propertysetmixin/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/qa/propertysetmixin/makefile.mk b/cppuhelper/qa/propertysetmixin/makefile.mk
index ea1c1f9f2d97..02bb6296a165 100644
--- a/cppuhelper/qa/propertysetmixin/makefile.mk
+++ b/cppuhelper/qa/propertysetmixin/makefile.mk
@@ -135,7 +135,7 @@ test .PHONY: $(SHL1TARGETN) $(SHL2TARGETN) $(MISC)/$(TARGET)/$(TARGET).uno.jar \
'-env:UNO_SERVICES=$(my_file)$(SOLARXMLDIR)/ure/services.rdb $(my_file)$(PWD)/$(MISC)/$(TARGET)/services.rdb'\
-env:URE_INTERNAL_LIB_DIR=$(my_file)$(SOLARSHAREDBIN) \
-env:URE_INTERNAL_JAVA_DIR=$(my_file)$(SOLARBINDIR) \
- -env:OOO_INBUILD_SHAREDLIB_DIR=$(my_file)$(PWD)/$(DLLDEST) \
- -env:OOO_INBUILD_JAR_DIR=$(my_file)$(PWD)/$(MISC)/$(TARGET)
+ -env:LO_LIB_DIR=$(my_file)$(PWD)/$(DLLDEST) \
+ -env:LO_JAVA_DIR=$(my_file)$(PWD)/$(MISC)/$(TARGET)
.END