It simply doesn't make sense to link in both webserver.c and webserver-nogui.c. This raises the question if examples/webserver was tested at all ;-)

This commit is contained in:
oliverschmidt 2007-03-03 12:42:56 +00:00
parent 73fabe4ba3
commit ce66abfe48

View file

@ -1,3 +1,3 @@
APP_SOURCES += webserver.c webserver-nogui.c httpd.c http-strings.c psock.c uipbuf.c \
APP_SOURCES += webserver-nogui.c httpd.c http-strings.c psock.c uipbuf.c \
memb.c httpd-fs.c httpd-cgi.c
DSC_SOURCES += webserver-dsc.c