From f8dbc120c055fb61fa79f901cc2974d049d04f4f Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Tue, 16 Jul 2013 11:14:34 -0700 Subject: Split the Socket class into Selectable, in order to let it work with other non-socket file descriptors. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0f01d95..cbbaeed 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ Handle.cc \ Input.cc \ Output.cc \ Socket.cc \ +Selectable.cc \ Buffer.cc \ BStream.cc \ ZHandle.cc \ -- cgit v1.2.3