Removed unused vnc client
This commit is contained in:
parent
632c35720c
commit
f9fdafd858
2 changed files with 3 additions and 4 deletions
|
@ -27,12 +27,12 @@
|
||||||
#
|
#
|
||||||
# This file is part of the Contiki desktop environment
|
# This file is part of the Contiki desktop environment
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.2 2006/06/17 23:06:58 adamdunkels Exp $
|
# $Id: Makefile,v 1.3 2007/11/29 07:56:46 adamdunkels Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
all: contiki-main
|
all: contiki-main
|
||||||
|
|
||||||
CONTIKI=../..
|
CONTIKI=../..
|
||||||
APPS=program-handler calc dhcp webbrowser editor ftp process-list shell irc netconf about vnc cmdd
|
APPS=program-handler calc dhcp webbrowser editor ftp process-list shell irc netconf about cmdd
|
||||||
TARGET=gtk
|
TARGET=gtk
|
||||||
-include $(CONTIKI)/Makefile.include
|
-include $(CONTIKI)/Makefile.include
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki desktop environment
|
* This file is part of the Contiki desktop environment
|
||||||
*
|
*
|
||||||
* $Id: contiki-main.c,v 1.8 2007/11/19 12:23:02 adamdunkels Exp $
|
* $Id: contiki-main.c,v 1.9 2007/11/29 07:56:46 adamdunkels Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -58,7 +58,6 @@
|
||||||
#include "netconf-dsc.h"
|
#include "netconf-dsc.h"
|
||||||
#include "process-list-dsc.h"
|
#include "process-list-dsc.h"
|
||||||
#include "shell-dsc.h"
|
#include "shell-dsc.h"
|
||||||
#include "vnc-dsc.h"
|
|
||||||
#include "www-dsc.h"
|
#include "www-dsc.h"
|
||||||
|
|
||||||
#include "cmdd.h"
|
#include "cmdd.h"
|
||||||
|
|
Loading…
Reference in a new issue