From: victor Date: Tue, 17 Nov 2009 10:53:47 +0000 (+0000) Subject: clean deps X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=81143f6277b44df29fa2cc9221264c6c2d4fd62b;p=swift-upb.git clean deps git-svn-id: https://ttuki.vtt.fi/svn/p2p-next/TUD/p2tp/trunk@569 e16421f0-f15b-0410-abcd-98678b794739 --- diff --git a/SConstruct b/SConstruct index 940a47a..3267f1f 100644 --- a/SConstruct +++ b/SConstruct @@ -82,7 +82,7 @@ else: # env.Append(CXXFLAGS="-g") # Set libs to link to - libs = ['stdc++','gtest','pthread'] + libs = ['stdc++','pthread'] if 'LIBPATH' in os.environ: libpath = os.environ['LIBPATH'] else: diff --git a/tests/SConscript b/tests/SConscript index 9ff2066..47cdb0a 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -6,7 +6,7 @@ Import("libs") Import("libpath") cpppath = env["CPPPATH"] -libs = ['p2tp'] + libs # order is important, crypto needs to be last +libs = ['p2tp','gtest'] + libs # order is important, crypto needs to be last if sys.platform == "win32": cpppath = ".."