From 81143f6277b44df29fa2cc9221264c6c2d4fd62b Mon Sep 17 00:00:00 2001 From: victor Date: Tue, 17 Nov 2009 10:53:47 +0000 Subject: [PATCH] clean deps git-svn-id: https://ttuki.vtt.fi/svn/p2p-next/TUD/p2tp/trunk@569 e16421f0-f15b-0410-abcd-98678b794739 --- SConstruct | 2 +- tests/SConscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = ".." -- 2.20.1