diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-03-07 05:22:28 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-03-07 05:22:28 +0000 |
commit | 249d6b37ed10dd8f7728dcfd76e4243f813500b5 (patch) | |
tree | 82f769a7063d2e6ba9a8fb99c3c550aeb8f52dbc /ucb/source | |
parent | ae94c9bda9c3fe62167c8f45273ef2a56e94206f (diff) |
Add support for SRC618
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/webdav/makefile.mk | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/ucb/source/ucp/webdav/makefile.mk b/ucb/source/ucp/webdav/makefile.mk index 9fa08cc59156..d8dda1ed61a4 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.5 $ +# $Revision: 1.6 $ # -# last change: $Author: pluby $ $Date: 2001-03-07 06:16:21 $ +# last change: $Author: pluby $ $Date: 2001-03-07 06:22:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -106,8 +106,11 @@ SLOFILES=\ $(SLO)$/NeonPUTFile.obj \ $(SLO)$/NeonSession.obj \ $(SLO)$/authinteraction.obj \ - $(SLO)$/DateTimeHelper.obj \ - $(SLO)$/proxyconfig.obj + $(SLO)$/DateTimeHelper.obj + +.IF "$(UPD)">="619" +SLOFILES+=$(SLO)$/proxyconfig.obj +.ENDIF LIB1TARGET=$(SLB)$/_$(TARGET).lib LIB1OBJFILES=$(SLOFILES) |