Removed unreferenced source from application makefile.

This commit is contained in:
oliverschmidt 2007-04-23 21:22:54 +00:00
parent 2662a31d30
commit 9dd1bde01b
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
email_src = email.c smtp-socket.c smtp-strings.c ctk-textentry-multiline.c \
psock.c uipbuf.c memb.c
psock.c memb.c
email_dsc = email-dsc.c

View File

@ -1,5 +1,5 @@
webserver_src = webserver-nogui.c httpd.c http-strings.c psock.c uipbuf.c \
memb.c httpd-fs.c httpd-cgi.c
webserver_src = webserver-nogui.c httpd.c http-strings.c psock.c memb.c \
httpd-fs.c httpd-cgi.c
webserver_dsc = webserver-dsc.c
#$(CONTIKI)/apps/webserver/http-strings.c: $(CONTIKI)/apps/webserver/http-strings