summaryrefslogtreecommitdiffhomepage
path: root/libcommon/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 /libcommon/Makefile
parent2715d8e5910304d89a5a1666726aac3b777ad16c (diff)
Separated out routines to libcommon
Diffstat (limited to 'libcommon/Makefile')
-rw-r--r--libcommon/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/libcommon/Makefile b/libcommon/Makefile
index 3314549..932ee90 100644
--- a/libcommon/Makefile
+++ b/libcommon/Makefile
@@ -59,7 +59,10 @@ LIBS+= \
endif
PROGSRC=\
- mime.cpp
+ file.cpp \
+ mime.cpp \
+ stringutil.cpp \
+ tempfile.cpp
TESTSRC=\
test-webserver.cpp \