summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-12-12 08:43:16 -0800
committerPixel <pixel@nobis-crew.org>2011-12-12 08:43:16 -0800
commit258f8533164281e2288745d75a1c33997400a94c (patch)
treeb2844e12f8f4adbebd18b1d32c2a78e15cc39f8a /Makefile
parentbd35da4e12bae00ded027c290b1c6757334f67de (diff)
Adding ZHandle class. It needs a unit test though.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 28207c1..8e9091f 100644
--- a/Makefile
+++ b/Makefile
@@ -129,6 +129,7 @@ Output.cc \
Socket.cc \
Buffer.cc \
BStream.cc \
+ZHandle.cc \
\
Task.cc \
TaskMan.cc \