From 2e677c39818f3a6479ac9103ac9c7e8ef985eeb0 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 26 Sep 2012 23:45:28 +0200 Subject: gbuild: split uwinapi out of gb_STDLIBS Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7 --- salhelper/CppunitTest_salhelper_checkapi.mk | 1 + salhelper/Library_salhelper.mk | 1 + 2 files changed, 2 insertions(+) (limited to 'salhelper') diff --git a/salhelper/CppunitTest_salhelper_checkapi.mk b/salhelper/CppunitTest_salhelper_checkapi.mk index 92a876866f3e..6ebc52ef5b19 100644 --- a/salhelper/CppunitTest_salhelper_checkapi.mk +++ b/salhelper/CppunitTest_salhelper_checkapi.mk @@ -44,6 +44,7 @@ $(call gb_CxxObject_get_target,salhelper/qa/checkapi/strings) :| \ $(eval $(call gb_CppunitTest_use_libraries,salhelper_checkapi,\ salhelper \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/salhelper/Library_salhelper.mk b/salhelper/Library_salhelper.mk index c9f7c8a1c49e..2787529cf2ae 100644 --- a/salhelper/Library_salhelper.mk +++ b/salhelper/Library_salhelper.mk @@ -35,6 +35,7 @@ $(eval $(call gb_Library_add_defs,salhelper,\ $(eval $(call gb_Library_use_libraries,salhelper,\ sal \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) -- cgit