From 0a3c6d89d919367047a1f8d4d71a1fddbe7680db Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 10 Dec 2011 04:27:36 +0000 Subject: =?UTF-8?q?2011-12-10=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR 1985/cpukit * telnetd/Makefile.am: Remove icmds.c. --- cpukit/telnetd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/telnetd/Makefile.am') diff --git a/cpukit/telnetd/Makefile.am b/cpukit/telnetd/Makefile.am index a2b581a700..cb72745e98 100644 --- a/cpukit/telnetd/Makefile.am +++ b/cpukit/telnetd/Makefile.am @@ -10,7 +10,7 @@ include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS = pty.h telnetd.h passwd.h project_lib_LIBRARIES = libtelnetd.a -libtelnetd_a_SOURCES = check_passwd.c des.c icmds.c pty.c telnetd.c +libtelnetd_a_SOURCES = check_passwd.c des.c pty.c telnetd.c libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS) endif endif -- cgit v1.2.3