summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-11-13 15:56:31 -0700
committerPixel <pixel@nobis-crew.org>2011-11-13 15:56:36 -0700
commit6f213b0a8abba8d3ca85e688714c91755741f82c (patch)
tree903814c0c6fbe28122ccc10efdf016e172d5e7a2 /Makefile
parentab52473a09d10e9695a95dddceb9a467572ab694 (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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)