summaryrefslogtreecommitdiffstats
path: root/cpukit/ftpd/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-30 10:11:37 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-05-02 09:56:49 +0200
commitb771cb48a61c6094da114d064df7d6b1daa01953 (patch)
tree594609d1670eab02ec9ea65f38dd5e5b147447e8 /cpukit/ftpd/Makefile.am
parentftpd: Use floating-point tasks due to syslog() (diff)
downloadrtems-b771cb48a61c6094da114d064df7d6b1daa01953.tar.bz2
ftpd: Always build FTP daemon
Add support for libbsd initialization. Update #3419.
Diffstat (limited to 'cpukit/ftpd/Makefile.am')
-rw-r--r--cpukit/ftpd/Makefile.am4
1 files changed, 1 insertions, 3 deletions
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