From efa1e77ba5d477762a0f3e42b2432f2f387b4bba Mon Sep 17 00:00:00 2001 From: "Victor Grishchenko (DAS2)" Date: Wed, 24 Feb 2010 21:29:17 +0100 Subject: [PATCH] scons build fixup --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 43cc065..6e996de 100644 --- a/SConstruct +++ b/SConstruct @@ -18,7 +18,7 @@ TestDir='tests' target = 'swift' source = [ 'bin64.cpp','sha1.cpp','hashtree.cpp','datagram.cpp','bins.cpp', 'transfer.cpp', 'channel.cpp', 'sendrecv.cpp', 'send_control.cpp', - 'compat/hirestimeofday.cpp', 'compat.cpp', 'compat/util.cpp'] + 'compat.cpp'] env = Environment() if sys.platform == "win32": -- 2.20.1