summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-10-17 21:19:58 -0700
committerPixel <pixel@nobis-crew.org>2011-10-17 21:19:58 -0700
commit58f4ba6c8a4f9662dad9f5ddb3106c2e2c34daa6 (patch)
treed44d7b9de90739e88dd371ac1afc432b18e6e899 /Makefile
parentbe3a4cbad2cdeef8a306180e7c867824f7f2f2af (diff)
Adding the Socket class, and a few tools that comes with it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index be4afec..498f331 100644
--- a/Makefile
+++ b/Makefile
@@ -117,6 +117,7 @@ Printer.cc \
\
Handle.cc \
Input.cc \
+Socket.cc \
\
Task.cc \
TaskMan.cc \
@@ -152,6 +153,7 @@ test-String.cc \
test-Tasks.cc \
test-Threads.cc \
test-Handles.cc \
+test-Sockets.cc \
LIB = libBalau.a