From 253d123b22b9cce1402851703722580c315b46f8 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 7 May 1997 21:02:07 +0000 Subject: (SRCS): ftpconn.c replaced by resulting split files. --- libftpconn/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libftpconn') 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) -- cgit v1.2.3