diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-06-26 15:07:50 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-06-26 15:07:50 +0000 |
commit | 58e27dc4c5b0052527152485f0032b64562a630a (patch) | |
tree | 4963b4fcd9223ec981a4493cac94fe839ead8a9c | |
parent | 75cb424c9c85bcf33839ed96f5be571596226f3d (diff) |
add. SALHELPERLIB
-rw-r--r-- | ucb/source/ucp/webdav/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/makefile.mk b/ucb/source/ucp/webdav/makefile.mk index 7f94685d51d5..a7e210fb5e78 100644 --- a/ucb/source/ucp/webdav/makefile.mk +++ b/ucb/source/ucp/webdav/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: kso $ $Date: 2001-05-28 11:01:39 $ +# last change: $Author: kz $ $Date: 2001-06-26 16:07:50 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -128,6 +128,7 @@ SHL1STDLIBS=\ $(CPPUHELPERLIB) \ $(CPPULIB) \ $(SALLIB) \ + $(SALHELPERLIB) \ $(VOSLIB) \ $(UCBHELPERLIB) \ $(NEON3RDLIB) \ |