From 4732dc63657f4c6fc342f7674f7dc7c666b293dc Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 12 Apr 2020 22:20:33 +0200 Subject: webbox (WIP) --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d37ed1e..f0e9bfd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ DISTROS=debian10 VERSION=$(shell dpkg-parsechangelog --show-field Version) PROJECTNAME=webserver -PLUGINS=static-files #webbox # weblog cgi fcgi +PLUGINS=static-files# webbox # weblog cgi fcgi CXX=clang++-10 @@ -65,8 +65,7 @@ PROGSRC=\ plugin.cpp \ privileges.cpp \ response.cpp \ - server.cpp \ - stringutil.cpp + server.cpp TESTSRC=\ test-webserver.cpp \ -- cgit v1.2.3