diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-05-07 19:24:45 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-05-07 19:24:45 +0200 |
commit | 9e635d9b19e72eefef082dd8071d3e4c9d6cfab1 (patch) | |
tree | 4e205947bc1f6b62f743faf3312f3e1e7e77f647 /plugins/fcgi/Makefile | |
parent | 1cc484b25547e349177cf652f62021b802f48655 (diff) |
Separated out TCP socket class
Diffstat (limited to 'plugins/fcgi/Makefile')
-rw-r--r-- | plugins/fcgi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |