diff options
author | David Tardon <dtardon@redhat.com> | 2011-07-25 10:46:23 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-07-25 10:46:23 +0200 |
commit | 5a4780daec0ee9812635bc5b8c4fe4a5199a35fb (patch) | |
tree | 6750288e7f88d2cb9026e1d119be52756b7f382a /basebmp | |
parent | a7f8f0b49bce355850d07ebe02b2bfc01ee03800 (diff) |
cppunit is linked in automatically
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/CppunitTest_basebmp.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/basebmp/CppunitTest_basebmp.mk b/basebmp/CppunitTest_basebmp.mk index eb39b981c858..f654a3cf4386 100644 --- a/basebmp/CppunitTest_basebmp.mk +++ b/basebmp/CppunitTest_basebmp.mk @@ -42,7 +42,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,basebmp_test, \ $(eval $(call gb_CppunitTest_add_linked_libs,basebmp_test, \ basebmp \ basegfx \ - cppunit \ sal \ $(gb_STDLIBS) \ )) |