From 6f213b0a8abba8d3ca85e688714c91755741f82c Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 13 Nov 2011 15:56:31 -0700 Subject: Adding the skeleton of an HTTP server; still work in progress though: it still needs coding, and won't work as it. And it needs a unit test. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2ba6284..7bf52ba 100644 --- a/Makefile +++ b/Makefile @@ -127,6 +127,8 @@ BStream.cc \ Task.cc \ TaskMan.cc \ \ +HttpServer.cc \ +\ BLua.cc \ ifeq ($(SYSTEM),MINGW32) -- cgit v1.2.3