diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-05-03 11:02:59 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-05-03 11:02:59 +0200 |
commit | 4e699f552db264b9d988873f2189440280e821a7 (patch) | |
tree | 01161dee2c00908de5860fd6f265e8b4be002e8b /Makefile | |
parent | a08cc1cd227e60da8966c45d70b739cd7737f6bd (diff) |
Minor corrections
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 \ |