From 4e699f552db264b9d988873f2189440280e821a7 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 3 May 2020 11:02:59 +0200 Subject: Minor corrections --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3