From: Victor Grishchenko (DAS2) Date: Wed, 24 Feb 2010 20:29:17 +0000 (+0100) Subject: scons build fixup X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=efa1e77ba5d477762a0f3e42b2432f2f387b4bba;p=swift-upb.git scons build fixup --- 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":