From c6bb4912b29af67a4e437270d4de0292a0d3eff3 Mon Sep 17 00:00:00 2001 From: Tobias Oberstein Date: Thu, 15 Mar 2012 14:11:21 +0100 Subject: [PATCH] fix scons build --- examples/chat_client/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chat_client/SConscript b/examples/chat_client/SConscript index c987382aa6..4b3b8c44ff 100644 --- a/examples/chat_client/SConscript +++ b/examples/chat_client/SConscript @@ -8,7 +8,7 @@ Import('platform_libs') localenv = env.Clone () -sources = ["chat_client","chat_client_handler.cpp"] +sources = ["chat_client.cpp","chat_client_handler.cpp"] LIBS = [wslib, platform_libs] + boostlibs(['system', 'date_time',