From 9e635d9b19e72eefef082dd8071d3e4c9d6cfab1 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 7 May 2020 19:24:45 +0200 Subject: Separated out TCP socket class --- plugins/fcgi/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/fcgi/Makefile') diff --git a/plugins/fcgi/Makefile b/plugins/fcgi/Makefile index bb54d7c..c2789d8 100644 --- a/plugins/fcgi/Makefile +++ b/plugins/fcgi/Makefile @@ -57,7 +57,9 @@ LIBS+= \ endif PROGSRC=\ - fcgi.cpp + fcgi.cpp \ + fcgiid.cpp \ + socket.cpp TESTSRC=\ test-webserver.cpp \ -- cgit v1.2.3