diff options
| author | Roland Reichwein <mail@reichwein.it> | 2020-05-08 10:49:00 +0200 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2020-05-08 10:49:00 +0200 | 
| commit | 056b7a5063e9b82025b51774b19ee531089e580b (patch) | |
| tree | 14a69af8f6fa62baf5131031e9c551cf53793bb9 /Makefile | |
| parent | 28593ac70ea473e87f86d7bfd3488f17b6df276b (diff) | |
webserver 1.4
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 | 
1 files changed, 7 insertions, 2 deletions
@@ -133,8 +133,8 @@ install:  	mkdir -p $(DESTDIR)/usr/local/lib/webserver/plugins -	mkdir -p $(DESTDIR)/etc -	cp webserver.conf $(DESTDIR)/etc/webserver.conf +	#mkdir -p $(DESTDIR)/etc +	#cp webserver.conf $(DESTDIR)/etc/webserver.conf  # misc ---------------------------------------------------  deb: @@ -203,6 +203,7 @@ DISTFILES= \  	debian/webserver.dirs \  	debian/webserver.docs \  	debian/webserver.install \ +	debian/webserver.manpages \  	debian/webserver.service \  	plugins/cgi/cgi.h \  	plugins/cgi/Makefile \ @@ -211,6 +212,10 @@ DISTFILES= \  	plugins/fcgi/fastcgi.h \  	plugins/fcgi/fcgi.h \  	plugins/fcgi/fcgi.cpp \ +	plugins/fcgi/fcgiid.h \ +	plugins/fcgi/fcgiid.cpp \ +	plugins/fcgi/socket.h \ +	plugins/fcgi/socket.cpp \  	plugins/webbox/file.h \  	plugins/webbox/file.cpp \  	plugins/webbox/stringutil.cpp \  | 
