Adding 'APPS+=program-handler' in apps/Makefile.telnetd might be considered more consistent but I opted for this more obvious approach. BTW yet another example that from my perspective simply can't have worked...

This commit is contained in:
oliverschmidt 2007-03-03 13:32:10 +00:00
parent 9dff20305f
commit 7168278a89

View file

@ -1,5 +1,5 @@
all: telnet-server
APPS=telnetd
APPS=telnetd program-handler
CONTIKI = ../..
include $(CONTIKI)/Makefile.include