diff options
author | Miles Bader <miles@gnu.org> | 1997-08-08 23:41:43 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-08-08 23:41:43 +0000 |
commit | c835327746caf29787b2def0c9a14567b4b4405c (patch) | |
tree | 5161d06c5e9490308796bde3932c128b72f16746 /libftpconn/Makefile | |
parent | ee08f07c298fa21de6436c79f89c5d63a67b4407 (diff) |
(SRCS):
Add fname.c
Diffstat (limited to 'libftpconn/Makefile')
-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) |