Changeset 456733a5 in rtems
- Timestamp:
- Oct 27, 2005, 4:07:42 AM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7ce932ca
- Parents:
- 8d5d406
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r8d5d406 r456733a5 1 2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * telnetd/Makefile.am: Only build if LIBSHELL is available. 4 1 5 2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org> 2 6 -
cpukit/telnetd/Makefile.am
r8d5d406 r456733a5 9 9 10 10 if HAS_NETWORKING 11 if LIBSHELL 11 12 include_rtemsdir = $(includedir)/rtems 12 13 include_rtems_HEADERS = pty.h telnetd.h … … 15 16 libtelnetd_a_SOURCES = pty.c pty.h telnetd.c telnetd.h icmds.c 16 17 libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS) 18 endif 17 19 endif 18 20
Note: See TracChangeset
for help on using the changeset viewer.