summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-11-13 19:40:15 +0100
committerPixel <pixel@nobis-crew.org>2011-11-13 14:54:13 -0700
commitb3b38455482f2d15f07a33ecf00f9dea113e7968 (patch)
treed60d3b22a97dd4009a3e75f65621e72565cbf486 /Makefile
parente5619a3635dcec97afa2cddb0dc0344466324f6d (diff)
Adding buffered streams; mainly for string parsing.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fabb147..2ba6284 100644
--- a/Makefile
+++ b/Makefile
@@ -122,6 +122,7 @@ Input.cc \
Output.cc \
Socket.cc \
Buffer.cc \
+BStream.cc \
\
Task.cc \
TaskMan.cc \