diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 15 | 
1 files changed, 6 insertions, 9 deletions
@@ -78,7 +78,6 @@ PROGSRC=\      auth.cpp \      base64.cpp \      config.cpp \ -    file.cpp \      http.cpp \      https.cpp \      os.cpp \ @@ -171,8 +170,6 @@ DISTFILES= \  	base64.h \  	config.cpp \  	config.h \ -	file.cpp \ -	file.h \  	http.cpp \  	http.h \  	https.cpp \ @@ -214,6 +211,12 @@ DISTFILES= \  	libcommon/Makefile \  	libcommon/mime.h \  	libcommon/mime.cpp \ +	libcommon/file.h \ +	libcommon/file.cpp \ +	libcommon/stringutil.h \ +	libcommon/stringutil.cpp \ +	libcommon/tempfile.h \ +	libcommon/tempfile.cpp \  	plugins/cgi/cgi.h \  	plugins/cgi/Makefile \  	plugins/cgi/cgi.cpp \ @@ -225,10 +228,6 @@ DISTFILES= \  	plugins/fcgi/fcgiid.cpp \  	plugins/fcgi/socket.h \  	plugins/fcgi/socket.cpp \ -	plugins/webbox/file.h \ -	plugins/webbox/file.cpp \ -	plugins/webbox/stringutil.cpp \ -	plugins/webbox/stringutil.h \  	plugins/webbox/webbox.h \  	plugins/webbox/html/refresh-inverted.png \  	plugins/webbox/html/directory.png \ @@ -243,8 +242,6 @@ DISTFILES= \  	plugins/weblog/weblog.h \  	plugins/weblog/procmail/procmailrc \  	plugins/weblog/procmail/procmail.sh \ -	plugins/weblog/stringutil.h \ -	plugins/weblog/stringutil.cpp \  	plugins/weblog/Makefile \  	plugins/weblog/weblog.cpp \  	plugins/redirect/Makefile \  | 
