summaryrefslogtreecommitdiff
path: root/salhelper/CppunitTest_salhelper_testapi.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-10 10:02:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-10 10:02:45 +0100
commit168bd09c6bf2e27b108325899c995bc330f7f640 (patch)
treed708c0c4ff6b16c1ca223438eb6cacd2f3b3afe4 /salhelper/CppunitTest_salhelper_testapi.mk
parent77cb1ca382520f52b9a87d13f8a1a511e5554946 (diff)
try and make mingw32 build
Change-Id: I64c884b6d14c7112a88c7741ef7688108ec80ffe
Diffstat (limited to 'salhelper/CppunitTest_salhelper_testapi.mk')
-rw-r--r--salhelper/CppunitTest_salhelper_testapi.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/salhelper/CppunitTest_salhelper_testapi.mk b/salhelper/CppunitTest_salhelper_testapi.mk
index ae8004264285..606827a868d7 100644
--- a/salhelper/CppunitTest_salhelper_testapi.mk
+++ b/salhelper/CppunitTest_salhelper_testapi.mk
@@ -27,7 +27,7 @@ $(eval $(call gb_CppunitTest_set_include,salhelper_testapi,\
$(eval $(call gb_CppunitTest_use_libraries,salhelper_testapi,\
salhelper \
sal \
- $(gb_STDLIBS) \
+ $(gb_UWINAPI) \
))
# vim: set noet sw=4 ts=4: