From 10692296a10c63b86aeffbd360713995b68ab5d1 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sun, 24 Feb 2008 20:38:57 +0000 Subject: [PATCH] Specify that the telnet server uses the shell application --- apps/telnetd/Makefile.telnetd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/telnetd/Makefile.telnetd b/apps/telnetd/Makefile.telnetd index 33721c49f..4c15282be 100644 --- a/apps/telnetd/Makefile.telnetd +++ b/apps/telnetd/Makefile.telnetd @@ -2,4 +2,5 @@ telnetd_src = telnetd.c memb.c \ shell.c shell-file.c shell-ps.c shell-run.c \ shell-text.c shell-time.c list.c random.c telnetd_dsc = telnetd-dsc.c -APPDIRS += $(CONTIKI)/apps/shell +APPS+=shell +-include $(CONTIKI)/apps/shell/Makefile.shell