diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-08-26 21:23:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-08-27 11:40:35 +0200 |
commit | 85561702015659f8943abb23f316a32702b46411 (patch) | |
tree | cc4917ce87fd5fc627f35b97c1694e9605ff6263 /solenv | |
parent | 0c1f76c54fbdca4b3f3f71e207227c9d9ea15415 (diff) |
Introduce LO_BUILD_LIB_DIR for NONE .component files
...instead of reusing LO_LIB_DIR.
Change-Id: Ifb1ea672e35d4bb93a27b64445ecadf4cbe8f647
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/Library.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/Library.mk b/solenv/gbuild/Library.mk index e8cd313ac391..95d9d2eb0675 100644 --- a/solenv/gbuild/Library.mk +++ b/solenv/gbuild/Library.mk @@ -190,7 +190,7 @@ gb_Library__get_layer_componentprefix = \ # Make/awk/sed/whatever syntax. gb_Library__COMPONENTPREFIXES := \ - NONE:vnd.sun.star.expand:\dLO_LIB_DIR/ \ + NONE:vnd.sun.star.expand:\dLO_BUILD_LIB_DIR/ \ OOO:vnd.sun.star.expand:\dLO_LIB_DIR/ \ URELIB:vnd.sun.star.expand:\dURE_INTERNAL_LIB_DIR/ \ OXT:./ \ |