From 58f4ba6c8a4f9662dad9f5ddb3106c2e2c34daa6 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 17 Oct 2011 21:19:58 -0700 Subject: Adding the Socket class, and a few tools that comes with it. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3