diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 11:25:18 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 11:25:18 +0000 |
commit | 9a9e6f013d7e2dfd9919c0f93c31fb2248c99abc (patch) | |
tree | 456d78352393f9e1a85f55984d0101c7a9469e76 /libxml2 | |
parent | 13f7768885baa3b87d3702bb06121817768bfb12 (diff) |
INTEGRATION: CWS sb83 (1.18.2); FILE MERGED
2008/01/14 16:37:51 sb 1.18.2.2: #i84200# For external modules, use the install_name_tool -id feature together with new EXTRPATH (similar to APP|SHLnRPATH) to adapt install names of built dynamic libraries in a postprocess step.
2008/01/14 14:12:24 sb 1.18.2.1: #i10000# merged in 1.19
Diffstat (limited to 'libxml2')
-rw-r--r-- | libxml2/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk index ef5f5a60728c..c4d4b143b03c 100644 --- a/libxml2/makefile.mk +++ b/libxml2/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # -# last change: $Author: rt $ $Date: 2008-01-09 14:19:06 $ +# last change: $Author: vg $ $Date: 2008-03-18 12:25:18 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -103,6 +103,7 @@ BUILD_DIR=$(CONFIGURE_DIR) OUTDIR2INC=include$/libxml .IF "$(OS)"=="MACOSX" +EXTRPATH=URELIB OUT2LIB+=.libs$/libxml2.*.dylib OUT2BIN+=.libs$/xmllint .ELIF "$(OS)"=="WNT" |