diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 12:08:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 12:08:52 +0000 |
commit | 863d8ceb1fa82cbccb6e2f3aff52c1f6c5fe1990 (patch) | |
tree | 59cab25f3427c7e35dee0b4367f14076fea96dc1 /ucb/source | |
parent | 8784aff5ae64e5f9da26d43740c62dae60604c4c (diff) |
INTEGRATION: CWS sb71 (1.37.14); FILE MERGED
2007/10/02 11:04:49 sb 1.37.14.2: RESYNC: (1.37-1.38); FILE MERGED
2007/08/13 14:39:08 sb 1.37.14.1: #i77184# Both XML2LIB and LIBXML2LIB were used; drop XML2LIB in favor of LIBXML2LIB.
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/webdav/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/makefile.mk b/ucb/source/ucp/webdav/makefile.mk index 33ae66966793..8baaf6b15fb8 100644 --- a/ucb/source/ucp/webdav/makefile.mk +++ b/ucb/source/ucp/webdav/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.38 $ +# $Revision: 1.39 $ # -# last change: $Author: vg $ $Date: 2007-09-20 16:28:09 $ +# last change: $Author: vg $ $Date: 2007-10-15 13:08:52 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -125,7 +125,7 @@ SHL1STDLIBS=\ $(UCBHELPERLIB) \ $(COMPHELPERLIB) \ $(NEON3RDLIB) \ - $(XML2LIB) + $(LIBXML2LIB) .IF "$(GUI)"=="WNT" SHL1STDLIBS+= $(WSOCK32LIB) |