diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-02-17 17:41:33 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-02-17 18:09:55 +0200 |
commit | 33b6af02195144875e9fa1a0663d55441aa3f5f4 (patch) | |
tree | a86150bb59ce0f42b4cdf8bc9fa497097c7ee03f /unotest | |
parent | 18f4ff23179620e834aa3ebd83a2e15c2f77cbe1 (diff) |
We want gb_STDLIBS here surely?
Diffstat (limited to 'unotest')
-rw-r--r-- | unotest/Library_unoexceptionprotector.mk | 1 | ||||
-rw-r--r-- | unotest/Library_unotest.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/unotest/Library_unoexceptionprotector.mk b/unotest/Library_unoexceptionprotector.mk index 079574b9144c..3324f3e416ce 100644 --- a/unotest/Library_unoexceptionprotector.mk +++ b/unotest/Library_unoexceptionprotector.mk @@ -38,6 +38,7 @@ $(eval $(call gb_Library_add_linked_libs,unoexceptionprotector,\ cppu \ cppuhelper \ sal \ + $(gb_STDLIBS) \ )) $(eval $(call gb_Library_use_externals,unoexceptionprotector,\ diff --git a/unotest/Library_unotest.mk b/unotest/Library_unotest.mk index 9cfd3719e58f..aad6abdbceec 100644 --- a/unotest/Library_unotest.mk +++ b/unotest/Library_unotest.mk @@ -43,6 +43,7 @@ $(eval $(call gb_Library_add_linked_libs,unotest,\ cppu \ cppuhelper \ sal \ + $(gb_STDLIBS) \ )) $(eval $(call gb_Library_use_externals,unotest,\ |