[Libreoffice-commits] core.git: sax/CppunitTest_sax_parser.mk

Matúš Kukan matus.kukan at gmail.com
Thu Oct 17 13:11:46 PDT 2013


 sax/CppunitTest_sax_parser.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit a2e59ec887ffc42f9c7d7f6cbfd4ca5035eca091
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Thu Oct 17 22:09:39 2013 +0200

    sax_parser: needs also boost_headers
    
    Change-Id: I2b0dd5a63d3a0d064c6431e01ad76fff111b67e6

diff --git a/sax/CppunitTest_sax_parser.mk b/sax/CppunitTest_sax_parser.mk
index fd31c10..fe411d5 100644
--- a/sax/CppunitTest_sax_parser.mk
+++ b/sax/CppunitTest_sax_parser.mk
@@ -21,6 +21,10 @@ $(eval $(call gb_CppunitTest_use_libraries,sax_parser, \
 	$(gb_UWINAPI) \
 ))
 
+$(eval $(call gb_CppunitTest_use_externals,sax_parser, \
+	boost_headers \
+))
+
 $(eval $(call gb_CppunitTest_use_sdk_api,sax_parser))
 
 $(eval $(call gb_CppunitTest_use_ure,sax_parser))


More information about the Libreoffice-commits mailing list