[Libreoffice-commits] core.git: sc/CppunitTest_sc_macros_test.mk

Stephan Bergmann sbergman at redhat.com
Wed Oct 23 13:04:46 PDT 2013


 sc/CppunitTest_sc_macros_test.mk |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 79acd67d1f79abc54ba7ef872d660fffff78849a
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Oct 23 22:04:25 2013 +0200

    Missing mdds_headers
    
    Change-Id: I8a4ef636aef382d75ae5e84eeb4f3c5caf8ed02f

diff --git a/sc/CppunitTest_sc_macros_test.mk b/sc/CppunitTest_sc_macros_test.mk
index a595b14..92c84a2 100644
--- a/sc/CppunitTest_sc_macros_test.mk
+++ b/sc/CppunitTest_sc_macros_test.mk
@@ -9,7 +9,10 @@
 
 $(eval $(call gb_CppunitTest_CppunitTest,sc_macros_test))
 
-$(eval $(call gb_CppunitTest_use_external,sc_macros_test,boost_headers))
+$(eval $(call gb_CppunitTest_use_externals,sc_macros_test, \
+    boost_headers \
+    mdds_headers \
+))
 
 $(eval $(call gb_CppunitTest_add_exception_objects,sc_macros_test, \
     sc/qa/extras/macros-test \


More information about the Libreoffice-commits mailing list