From b8878f83ca4c163a305baf614e7cb7ee37cecf6c Mon Sep 17 00:00:00 2001 From: Jessica Hamilton Date: Sat, 16 Jan 2016 15:44:26 +1300 Subject: [PATCH] Build: adjust Jamfiles in unittests for libshared.a change. --- src/tests/kits/shared/Jamfile | 2 +- src/tests/kits/shared/shake_filter/Jamfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/kits/shared/Jamfile b/src/tests/kits/shared/Jamfile index db95dc9be5..1f4e3838d3 100644 --- a/src/tests/kits/shared/Jamfile +++ b/src/tests/kits/shared/Jamfile @@ -13,7 +13,7 @@ UnitTestLib libsharedtest.so : GeolocationTest.cpp NaturalCompareTest.cpp - : be libshared.a bnetapi [ TargetLibstdc++ ] [ TargetLibsupc++ ] + : be shared bnetapi [ TargetLibstdc++ ] [ TargetLibsupc++ ] ; SubInclude HAIKU_TOP src tests kits shared shake_filter ; diff --git a/src/tests/kits/shared/shake_filter/Jamfile b/src/tests/kits/shared/shake_filter/Jamfile index df55cb0328..d0811143f6 100644 --- a/src/tests/kits/shared/shake_filter/Jamfile +++ b/src/tests/kits/shared/shake_filter/Jamfile @@ -4,5 +4,5 @@ UsePrivateHeaders shared ; Application ShakeFilterTest : ShakeFilterTest.cpp - : libshared.a be [ TargetLibsupc++ ] + : shared be [ TargetLibsupc++ ] ;