summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-12-08 08:20:07 -0800
committerPixel <pixel@nobis-crew.org>2011-12-08 08:21:09 -0800
commit69efca1a157245b35cd80a09718f45b30412dcea (patch)
treee4559bdbefc4d76b3b2c6b411c45f2073f3b6e5e /Makefile
parentaec08e7e3a8cf646463d45f61d2e546d3223aa3c (diff)
Moving the HTTP status messages out of the HTTP server, and into its own file. Also making it complete.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b0aa08e..28207c1 100644
--- a/Makefile
+++ b/Makefile
@@ -133,6 +133,7 @@ BStream.cc \
Task.cc \
TaskMan.cc \
\
+Http.cc \
HttpServer.cc \
SimpleMustache.cc \
\