From 9dff20305fe18b128cbd798e842e9837a7bdb5fa Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sat, 3 Mar 2007 13:26:29 +0000 Subject: [PATCH] How were the references to shell.h and shell.c supposed to be resolved without bringing in apps/shell ?!? --- apps/telnetd/Makefile.telnetd | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/telnetd/Makefile.telnetd b/apps/telnetd/Makefile.telnetd index fcfd002af..9ed3a39eb 100644 --- a/apps/telnetd/Makefile.telnetd +++ b/apps/telnetd/Makefile.telnetd @@ -1,2 +1,3 @@ APP_SOURCES += telnetd.c shell.c DSC_SOURCES += telnetd-dsc.c +APPDIRS += $(CONTIKI)/apps/shell