diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 6150971a19..c705f3e411 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2011-12-10 Ralf Corsépius + + PR 1985/cpukit + * telnetd/Makefile.am: Remove icmds.c. + 2011-12-10 Ralf Corsépius PR 1986/libcpu 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