diff options
Diffstat (limited to 'libftpconn/Makefile')
-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) |