summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-27 04:07:42 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-27 04:07:42 +0000
commit456733a525a3102af206448f42739b5d1a57f5ca (patch)
tree48c253789b1d832307b0af0863533b8156c0ce9b /cpukit/telnetd/Makefile.am
parentNew. (diff)
downloadrtems-456733a525a3102af206448f42739b5d1a57f5ca.tar.bz2
2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>
* telnetd/Makefile.am: Only build if LIBSHELL is available.
Diffstat (limited to '')
-rw-r--r--cpukit/telnetd/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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