summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-26 23:45:28 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-28 16:49:05 +0200
commit2e677c39818f3a6479ac9103ac9c7e8ef985eeb0 (patch)
treea9490f3ae4a64e0de2e1982dfbc4a8e28836070f /salhelper
parentd26118611f108b12815a5e5735992cd591abd87b (diff)
gbuild: split uwinapi out of gb_STDLIBS
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/CppunitTest_salhelper_checkapi.mk1
-rw-r--r--salhelper/Library_salhelper.mk1
2 files changed, 2 insertions, 0 deletions
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) \
))