summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ucb/source/ucp/webdav/makefile.mk11
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)