diff options
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 \ |