summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-10-17 22:09:39 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2013-10-17 22:11:15 +0200
commita2e59ec887ffc42f9c7d7f6cbfd4ca5035eca091 (patch)
tree1e6bea80d31f33d373005d279b8ced28e6a34421 /sax
parent7527e8f71bbdb87f283a6c19e4dbdfa0faf0622a (diff)
sax_parser: needs also boost_headers
Change-Id: I2b0dd5a63d3a0d064c6431e01ad76fff111b67e6
Diffstat (limited to 'sax')
-rw-r--r--sax/CppunitTest_sax_parser.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sax/CppunitTest_sax_parser.mk b/sax/CppunitTest_sax_parser.mk
index fd31c1079ca6..fe411d551fca 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))