summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-04 20:09:04 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-04 20:09:04 +0200
commitcbfc28a946ded64e9402e1e6d32511150339ec72 (patch)
treebec1e30fdd97e99e88a7b168f3cad7278b59157e /Makefile
parent1fcaed7a34cce8e55bb071d503bb583f715e7d37 (diff)
Prepare DocRoot(), WIP
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed35360..1021231 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,8 @@ PROGSRC=\
https.cpp \
http_debian10.cpp \
plugin.cpp \
- server.cpp
+ server.cpp \
+ stringutil.cpp
TESTSRC=\
test-webserver.cpp \