[Libreoffice-commits] core.git: postprocess/CppunitTest_services.mk

Matúš Kukan matus.kukan at collabora.com
Tue Dec 17 23:40:08 PST 2013


 postprocess/CppunitTest_services.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 5888cb101f63d271870a7a392bb35b90a8461af0
Author: Matúš Kukan <matus.kukan at collabora.com>
Date:   Wed Dec 18 07:24:06 2013 +0100

    missing boost_headers external
    
    Change-Id: Ib30dddbc1b105c89c5882f5f857dc20134eca7e6

diff --git a/postprocess/CppunitTest_services.mk b/postprocess/CppunitTest_services.mk
index f6da8f6..c80f251 100644
--- a/postprocess/CppunitTest_services.mk
+++ b/postprocess/CppunitTest_services.mk
@@ -13,6 +13,10 @@ $(eval $(call gb_CppunitTest_add_exception_objects,services, \
     postprocess/qa/services \
 ))
 
+$(eval $(call gb_CppunitTest_use_externals,services, \
+	boost_headers \
+))
+
 $(eval $(call gb_CppunitTest_use_libraries,services, \
 	cppu \
 	sal \


More information about the Libreoffice-commits mailing list