summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-05-03 11:02:59 +0200
committerRoland Reichwein <mail@reichwein.it>2020-05-03 11:02:59 +0200
commit4e699f552db264b9d988873f2189440280e821a7 (patch)
tree01161dee2c00908de5860fd6f265e8b4be002e8b /Makefile
parenta08cc1cd227e60da8966c45d70b739cd7737f6bd (diff)
Minor corrections
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11a1f02..b2c02cf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-DISTROS=debian10 ubuntu1910
+DISTROS=debian10 ubuntu1910 ubuntu2004
VERSION=$(shell dpkg-parsechangelog --show-field Version)
PROJECTNAME=webserver
PLUGINS=static-files webbox cgi weblog statistics fcgi
@@ -200,6 +200,10 @@ DISTFILES= \
plugins/cgi/cgi.h \
plugins/cgi/Makefile \
plugins/cgi/cgi.cpp \
+ plugins/fcgi/Makefile \
+ plugins/fcgi/fastcgi.h \
+ plugins/fcgi/fcgi.h \
+ plugins/fcgi/fcgi.cpp \
plugins/webbox/file.h \
plugins/webbox/file.cpp \
plugins/webbox/stringutil.cpp \