From 627a8720b5cccacb969baa4d4f1b5edc577e1cfa Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sat, 17 Jun 2006 23:06:58 +0000 Subject: [PATCH] Added about, vnc, cmdd to apps --- platform/gtk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/gtk/Makefile b/platform/gtk/Makefile index dd2be6426..e7ece3007 100644 --- a/platform/gtk/Makefile +++ b/platform/gtk/Makefile @@ -27,12 +27,12 @@ # # This file is part of the Contiki desktop environment # -# $Id: Makefile,v 1.1 2006/06/17 22:41:28 adamdunkels Exp $ +# $Id: Makefile,v 1.2 2006/06/17 23:06:58 adamdunkels Exp $ # all: contiki-main CONTIKI=../.. -APPS=program-handler calc dhcp webbrowser editor ftp process-list shell irc netconf +APPS=program-handler calc dhcp webbrowser editor ftp process-list shell irc netconf about vnc cmdd TARGET=gtk -include $(CONTIKI)/Makefile.include