scons build fixup
authorVictor Grishchenko (DAS2) <victor.grishchenko@gmail.com>
Wed, 24 Feb 2010 20:29:17 +0000 (21:29 +0100)
committerVictor Grishchenko (DAS2) <victor.grishchenko@gmail.com>
Wed, 24 Feb 2010 20:29:17 +0000 (21:29 +0100)
SConstruct

index 43cc065..6e996de 100644 (file)
@@ -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":