From: Daniel Stenberg Date: Mon, 25 Feb 2002 12:49:21 +0000 (+0000) Subject: We got this web server's embryo from Georg Horn, muchos gracias. X-Git-Tag: curl-7_9_5-pre4~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9490278ece336278122d65227fc1c4afb3d02915;p=curl We got this web server's embryo from Georg Horn, muchos gracias. --- diff --git a/tests/server/Makefile.am b/tests/server/Makefile.am index d4776c295..662ae682d 100644 --- a/tests/server/Makefile.am +++ b/tests/server/Makefile.am @@ -1,4 +1,7 @@ -CFLAGS = -g -Wall -W +# sws is the Silly Web Server +# +# Original http server code contributed by Georg Horn. Heavily modified since. +# AUTOMAKE_OPTIONS = foreign @@ -7,4 +10,3 @@ noinst_PROGRAMS = sws sws_SOURCES= sws.c getpart.c all: - echo "nothing to do here for make all"