diff options
author | Miles Bader <miles@gnu.org> | 1997-05-07 21:02:07 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-05-07 21:02:07 +0000 |
commit | 253d123b22b9cce1402851703722580c315b46f8 (patch) | |
tree | c45e8d1e2a9146558266f55c8d243ce7194c7807 | |
parent | 44340c896186ee1265520855d2b8f74883ba8829 (diff) |
(SRCS): ftpconn.c replaced by resulting split files.
-rw-r--r-- | libftpconn/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libftpconn/Makefile b/libftpconn/Makefile index 4d0e31f1..5cf9c6ce 100644 --- a/libftpconn/Makefile +++ b/libftpconn/Makefile @@ -23,8 +23,9 @@ libname = libftpconn installhdrs = ftpconn.h installhdrsubdir = . -SRCS = ftpconn.c unix.c -LCLHDRS = ftpconn.h +SRCS = addr.c cmd.c create.c cwd.c errs.c names.c open.c reply.c \ + rmt.c set-type.c stats.c unix.c xfer.c xinl.c +LCLHDRS = ftpconn.h priv.h OBJS = $(SRCS:.c=.o) |