diff options
-rw-r--r-- | ucb/source/ucp/ftp/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ucb/source/ucp/ftp/makefile.mk b/ucb/source/ucp/ftp/makefile.mk index d6d6b3c8cc13..850308341fac 100644 --- a/ucb/source/ucp/ftp/makefile.mk +++ b/ucb/source/ucp/ftp/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: hr $ $Date: 2003-03-27 17:26:49 $ +# last change: $Author: vg $ $Date: 2003-07-25 11:38:46 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -91,6 +91,7 @@ SLOFILES1=\ $(SLO)$/ftpresultsetbase.obj \ $(SLO)$/ftpresultsetI.obj \ $(SLO)$/ftploaderthread.obj \ + $(SLO)$/ftpdownloadthread.obj \ $(SLO)$/ftpinpstr.obj \ $(SLO)$/ftpdirp.obj \ $(SLO)$/ftpcfunc.obj \ |