summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-05-11 12:24:04 +0200
committerRoland Reichwein <mail@reichwein.it>2020-05-11 12:24:04 +0200
commit5bc1f7bed536e0e936fd13fad45c49392b0bfff4 (patch)
tree67d4b63e38c6799d63ae4f78168d6838c4e13906 /Makefile
parent2715d8e5910304d89a5a1666726aac3b777ad16c (diff)
Separated out routines to libcommon
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 6 insertions, 9 deletions
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 \