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 --- libcommon/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libcommon/Makefile') 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 \ -- cgit v1.2.3