diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -63,7 +63,8 @@ PROGSRC=\ https.cpp \ http_debian10.cpp \ plugin.cpp \ - server.cpp + server.cpp \ + stringutil.cpp TESTSRC=\ test-webserver.cpp \ |