[Libreoffice-commits] core.git: sfx2/CppunitTest_sfx2_controlleritem.mk

Stephan Bergmann sbergman at redhat.com
Wed Jun 3 02:09:28 PDT 2015


 sfx2/CppunitTest_sfx2_controlleritem.mk |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit a69d89435d12529c1af818bc72192588d8abea18
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jun 3 11:09:01 2015 +0200

    Missing boost_headers
    
    Change-Id: Ic85b888ee89d0b49410d26be55333e31ffc07c0b

diff --git a/sfx2/CppunitTest_sfx2_controlleritem.mk b/sfx2/CppunitTest_sfx2_controlleritem.mk
index ce0227a..926719b 100644
--- a/sfx2/CppunitTest_sfx2_controlleritem.mk
+++ b/sfx2/CppunitTest_sfx2_controlleritem.mk
@@ -12,6 +12,9 @@ $(eval $(call gb_CppunitTest_use_sdk_api,sfx2_controlleritem))
 $(eval $(call gb_CppunitTest_add_exception_objects,sfx2_controlleritem, \
     sfx2/qa/cppunit/test_controlleritem \
 ))
+$(eval $(call gb_CppunitTest_use_externals,sfx2_controlleritem, \
+    boost_headers \
+))
 $(eval $(call gb_CppunitTest_use_libraries,sfx2_controlleritem, \
 	cppu \
 	cppuhelper \


More information about the Libreoffice-commits mailing list