summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/telnetd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/telnetd/Makefile.am b/cpukit/telnetd/Makefile.am
index 4e0ab4bc2e..a2b581a700 100644
--- a/cpukit/telnetd/Makefile.am
+++ b/cpukit/telnetd/Makefile.am
@@ -7,10 +7,10 @@ include $(top_srcdir)/automake/compile.am
if LIBNETWORKING
if LIBSHELL
include_rtemsdir = $(includedir)/rtems
-include_rtems_HEADERS = pty.h telnetd.h
+include_rtems_HEADERS = pty.h telnetd.h passwd.h
project_lib_LIBRARIES = libtelnetd.a
-libtelnetd_a_SOURCES = pty.c pty.h telnetd.c telnetd.h icmds.c
+libtelnetd_a_SOURCES = check_passwd.c des.c icmds.c pty.c telnetd.c
libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS)
endif
endif