summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-05 19:15:25 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-05 19:15:25 +0200
commit917d4574153fa57ea43e7410006f58aa5b1bbb0b (patch)
tree3d4535370f596a46740a434319e73daf7f2704ba /Makefile
parentddc02ba7a6cc92d07cf073395b2d41347a8d35fb (diff)
Separate out response handling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bc7d147..06385de 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,7 @@ PROGSRC=\
http_debian10.cpp \
plugin.cpp \
privileges.cpp \
+ response.cpp \
server.cpp \
stringutil.cpp