diff options
-rw-r--r-- | libftpconn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libftpconn/Makefile b/libftpconn/Makefile index d411ae23..05f3ddfb 100644 --- a/libftpconn/Makefile +++ b/libftpconn/Makefile @@ -24,7 +24,7 @@ installhdrs = ftpconn.h installhdrsubdir = . 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 + rmt.c set-type.c stats.c unix.c xfer.c xinl.c fname.c LCLHDRS = ftpconn.h priv.h OBJS = $(SRCS:.c=.o) |