From 456733a525a3102af206448f42739b5d1a57f5ca Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 27 Oct 2005 04:07:42 +0000 Subject: 2005-10-27 Ralf Corsepius * telnetd/Makefile.am: Only build if LIBSHELL is available. --- cpukit/ChangeLog | 4 ++++ cpukit/telnetd/Makefile.am | 2 ++ 2 files changed, 6 insertions(+) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index d908a6a031..f571a04a32 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2005-10-27 Ralf Corsepius + + * telnetd/Makefile.am: Only build if LIBSHELL is available. + 2005-10-26 Ralf Corsepius * pppd/Makefile.am, pppd/auth.c, pppd/chap.c, pppd/md5.c, pppd/md5.h, diff --git a/cpukit/telnetd/Makefile.am b/cpukit/telnetd/Makefile.am index 92fe5bdc4e..3ea736cfd3 100644 --- a/cpukit/telnetd/Makefile.am +++ b/cpukit/telnetd/Makefile.am @@ -8,6 +8,7 @@ CLEANFILES = DISTCLEANFILES = if HAS_NETWORKING +if LIBSHELL include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS = pty.h telnetd.h @@ -15,6 +16,7 @@ project_lib_LIBRARIES = libtelnetd.a libtelnetd_a_SOURCES = pty.c pty.h telnetd.c telnetd.h icmds.c libtelnetd_a_CPPFLAGS = $(AM_CPPFLAGS) endif +endif EXTRA_DIST = README -- cgit v1.2.3