diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-07-25 10:39:54 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-07-25 10:39:54 +0000 |
commit | 54ca83162a1a96ca62bf6e86fc14723a665f475a (patch) | |
tree | 03aedf886c2a3689a903b104e71d287ffd82b2f5 /ucb | |
parent | 1b91f49426a2515c44dbee03a9b4799c77171976 (diff) |
INTEGRATION: CWS abi3 (1.19.20); FILE MERGED
2003/07/17 15:13:52 abi 1.19.20.1: #110335# download thread
Diffstat (limited to 'ucb')
-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 ad12743a9906..8fc1675a7933 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.19 $ +# $Revision: 1.20 $ # -# last change: $Author: vg $ $Date: 2003-04-15 13:49:59 $ +# last change: $Author: vg $ $Date: 2003-07-25 11:39:54 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -100,6 +100,7 @@ SLOFILES=\ $(SLO)$/DAVProperties.obj \ $(SLO)$/DAVSessionFactory.obj \ $(SLO)$/DAVResourceAccess.obj \ + $(SLO)$/DAVResourceAccessThread.obj \ $(SLO)$/NeonUri.obj \ $(SLO)$/NeonInputStream.obj \ $(SLO)$/NeonPropFindRequest.obj \ |