From fea9a7a7e59f4a6f08805591200e6dd943412372 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 30 Apr 2018 09:48:13 +0200 Subject: ftpfs: Always build FTP client Move FTP client filesystem to separate library libftpfs.a. Update #3419. --- cpukit/libnetworking/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cpukit/libnetworking/Makefile.am') diff --git a/cpukit/libnetworking/Makefile.am b/cpukit/libnetworking/Makefile.am index 1f6be15312..372f642610 100644 --- a/cpukit/libnetworking/Makefile.am +++ b/cpukit/libnetworking/Makefile.am @@ -4,6 +4,12 @@ include $(top_srcdir)/automake/compile.am project_lib_LIBRARIES = TMPINSTALL_FILES = +project_lib_LIBRARIES += libftpfs.a +libftpfs_a_SOURCES = lib/ftpfs.c +$(PROJECT_LIB)/libftpfs.a: libftpfs.a + $(INSTALL_DATA) $< $(PROJECT_LIB)/libftpfs.a +TMPINSTALL_FILES += $(PROJECT_LIB)/libftpfs.a + project_lib_LIBRARIES += libtftpfs.a libtftpfs_a_SOURCES = lib/tftpDriver.c $(PROJECT_LIB)/libtftpfs.a: libtftpfs.a @@ -134,7 +140,7 @@ lib_CPPFLAGS = -DNOPOLL -DNOSELECT noinst_LIBRARIES += lib.a lib_a_CPPFLAGS = $(AM_CPPFLAGS) $(lib_CPPFLAGS) -D__BSD_VISIBLE -lib_a_SOURCES = lib/getprotoby.c lib/rtems_bsdnet_ntp.c lib/ftpfs.c \ +lib_a_SOURCES = lib/getprotoby.c lib/rtems_bsdnet_ntp.c \ lib/syslog.c lib_a_SOURCES += rtems/rtems_syscall_api.c endif -- cgit v1.2.3