Replaced all duplicate app defines contained in Makefile.common with references to that file.
diff --git a/contiki/Makefile.common b/contiki/Makefile.common
index b75af74..b5c8a34 100644
--- a/contiki/Makefile.common
+++ b/contiki/Makefile.common
@@ -1,6 +1,13 @@
 UIP=uip.o uip_arch.o uiplib.o resolv.o tcpip.o
-WWW=www.o webclient.o http-strings.o http-user-agent-string.o htmlparser.o html-strings.o 
-EMAIL=email.o smtp-socket.o smtp-strings.o ctk-textedit.o psock.o uipbuf.o lc-asm.o memb.o
-WEBSERVER=webserver.o httpd.o http-strings.o psock.o uipbuf.o lc-asm.o memb.o
+
+EMAIL=email.o smtp-socket.o smtp-strings.o ctk-textedit.o psock.o uipbuf.o memb.o
+
 TELNET=simpletelnet.o telnet.o
+
+VNCVIEWER=vnc.o vnc-viewer.o vnc-draw.o
+
+WEBSERVER=webserver.o httpd.o http-strings.o psock.o uipbuf.o memb.o
+
 WGET=wget.o webclient.o http-strings.o http-user-agent-string.o 
+
+WWW=www.o webclient.o http-strings.o http-user-agent-string.o htmlparser.o html-strings.o