diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-05-11 12:24:04 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-05-11 12:24:04 +0200 |
commit | 5bc1f7bed536e0e936fd13fad45c49392b0bfff4 (patch) | |
tree | 67d4b63e38c6799d63ae4f78168d6838c4e13906 /Makefile | |
parent | 2715d8e5910304d89a5a1666726aac3b777ad16c (diff) |
Separated out routines to libcommon
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 \ |