From 5bc1f7bed536e0e936fd13fad45c49392b0bfff4 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 11 May 2020 12:24:04 +0200 Subject: Separated out routines to libcommon --- Makefile | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b9fb155..edadb60 100644 --- a/Makefile +++ b/Makefile @@ -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 \ -- cgit v1.2.3