2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>

PR 1985/cpukit
	* telnetd/Makefile.am: Remove icmds.c.
This commit is contained in:
Ralf Corsepius
2011-12-10 04:27:36 +00:00
parent ac4f31c814
commit 0a3c6d89d9
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1985/cpukit
* telnetd/Makefile.am: Remove icmds.c.
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1986/libcpu
+1 -1
View File
@@ -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