summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-01-11 15:49:44 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-01-11 15:50:04 +0100
commit6363492a509c1c5b1ab526b604a99aac7279ed73 (patch)
treedced3202d25c126de2788d19749c7bf5c72ded29 /xmlsecurity
parent5322c76a52cc08cf6b25668076704b67c9a0a663 (diff)
xmlsecurity: missing boost dependency
Change-Id: Ida3a34fb74e4f956f865c8a52bdcf63811e290cc
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/CppunitTest_xmlsecurity_signing.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmlsecurity/CppunitTest_xmlsecurity_signing.mk b/xmlsecurity/CppunitTest_xmlsecurity_signing.mk
index f0cec56f864c..9cfa4763dcc9 100644
--- a/xmlsecurity/CppunitTest_xmlsecurity_signing.mk
+++ b/xmlsecurity/CppunitTest_xmlsecurity_signing.mk
@@ -28,6 +28,10 @@ $(eval $(call gb_CppunitTest_use_libraries,xmlsecurity_signing, \
$(gb_UWINAPI) \
))
+$(eval $(call gb_CppunitTest_use_externals,xmlsecurity_signing,\
+ boost_headers \
+))
+
$(eval $(call gb_CppunitTest_set_include,xmlsecurity_signing,\
-I$(SRCDIR)/xmlsecurity/inc \
$$(INCLUDE) \