diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-09-01 00:12:35 -0700 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-09-01 00:12:35 -0700 |
commit | 06674e57649d536cf19715524ee40c5ad4a9026d (patch) | |
tree | d519fc72a6e3946150cc5ee21ed01cb73e82747b /Makefile | |
parent | d2db92f6b5d275b3150deb7a52a8da142a7cc953 (diff) |
Adding async operations; first step towards tossing libeio out.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -118,6 +118,7 @@ Exceptions.cc \ \ Local.cc \ Threads.cc \ +Async.cc \ \ BString.cc \ Main.cc \ @@ -178,6 +179,7 @@ test-Sanity.cc \ test-String.cc \ test-Tasks.cc \ test-Threads.cc \ +test-Async.cc \ test-Handles.cc \ test-Sockets.cc \ test-Http.cc \ |