From dda0bffc4112a544ede2dca0e9e409171b0c3dc2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Jun 2002 21:59:23 +0000 Subject: 2002-06-27 Thomas Doerfler * Addition of a ftp client filesystem, comparable to the tftp one. * lib/ftpfs.c, rtems/ftpfs.h: New files. * lib/Makefile.am, rtems/Makefile.am: Modified to reflect above. --- c/src/exec/libnetworking/lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/libnetworking/lib/Makefile.am') diff --git a/c/src/exec/libnetworking/lib/Makefile.am b/c/src/exec/libnetworking/lib/Makefile.am index e0a2a6de7d..a1cea1841b 100644 --- a/c/src/exec/libnetworking/lib/Makefile.am +++ b/c/src/exec/libnetworking/lib/Makefile.am @@ -6,7 +6,7 @@ LIBNAME = lib.a LIB = $(ARCH)/$(LIBNAME) -C_FILES = getprotoby.c rtems_bsdnet_ntp.c syslog.c tftpDriver.c +C_FILES = getprotoby.c rtems_bsdnet_ntp.c ftpfs.c syslog.c tftpDriver.c C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) OBJS = $(C_O_FILES) -- cgit v1.2.3