diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-19 19:30:31 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-20 01:12:23 +0200 |
commit | 25e10370feb4d62b953c317169516737fe982a34 (patch) | |
tree | 1e63db91da7682cd72a84450d6657e55e823c7b0 /officecfg | |
parent | a3c01095c0bb8c37fd8ddb9ec7f4e2df5085a81a (diff) |
Link most libs and executables with gb_STDLIBS as presumably is intended
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/CppunitTest_officecfg_cppheader_test.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/officecfg/CppunitTest_officecfg_cppheader_test.mk b/officecfg/CppunitTest_officecfg_cppheader_test.mk index 65f0682ab045..249807198db0 100644 --- a/officecfg/CppunitTest_officecfg_cppheader_test.mk +++ b/officecfg/CppunitTest_officecfg_cppheader_test.mk @@ -1,3 +1,4 @@ +## -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- ## ## Version: MPL 1.1 / GPLv3+ / LGPLv3+ ## @@ -28,6 +29,10 @@ $(eval $(call gb_CppunitTest_CppunitTest,officecfg_cppheader_test)) +$(eval $(call gb_CppunitTest_add_linked_libs,officecfg_cppheader_test,\ + $(gb_STDLIBS) \ +)) + $(eval $(call gb_CppunitTest_add_exception_objects,officecfg_cppheader_test, \ officecfg/qa/cppheader \ )) @@ -37,3 +42,5 @@ $(eval $(call gb_CppunitTest_add_api,officecfg_cppheader_test, \ )) $(eval $(call gb_CppunitTest_add_package_headers,officecfg_cppheader_test,officecfg_cppheader)) + +## vim: set noet sw=4 ts=4: |