From b771cb48a61c6094da114d064df7d6b1daa01953 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 30 Apr 2018 10:11:37 +0200 Subject: ftpd: Always build FTP daemon Add support for libbsd initialization. Update #3419. --- cpukit/ftpd/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpukit/ftpd/Makefile.am') diff --git a/cpukit/ftpd/Makefile.am b/cpukit/ftpd/Makefile.am index fbb78650d6..dddf91935e 100644 --- a/cpukit/ftpd/Makefile.am +++ b/cpukit/ftpd/Makefile.am @@ -1,13 +1,11 @@ include $(top_srcdir)/automake/compile.am -if LIBNETWORKING project_lib_LIBRARIES = libftpd.a $(PROJECT_LIB)/libftpd.a: libftpd.a $(INSTALL_DATA) $< $(PROJECT_LIB)/libftpd.a TMPINSTALL_FILES = $(PROJECT_LIB)/libftpd.a -libftpd_a_SOURCES = ftpd.c ftpd.h -endif +libftpd_a_SOURCES = ftpd.c ftpd-init.c include $(top_srcdir)/automake/local.am -- cgit v1.2.3