diff options
Diffstat (limited to 'libcommon/Makefile')
-rw-r--r-- | libcommon/Makefile | 5 |
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 \ |