summaryrefslogtreecommitdiff
path: root/xmlsecurity/Executable_pdfverify.mk
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/Executable_pdfverify.mk')
-rw-r--r--xmlsecurity/Executable_pdfverify.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/xmlsecurity/Executable_pdfverify.mk b/xmlsecurity/Executable_pdfverify.mk
index 446c68f4969e..9a67a785983a 100644
--- a/xmlsecurity/Executable_pdfverify.mk
+++ b/xmlsecurity/Executable_pdfverify.mk
@@ -11,6 +11,10 @@ $(eval $(call gb_Executable_Executable,pdfverify))
$(eval $(call gb_Executable_use_sdk_api,pdfverify))
+$(eval $(call gb_Executable_use_externals,pdfverify,\
+ pdfium \
+))
+
$(eval $(call gb_Executable_set_include,pdfverify,\
$$(INCLUDE) \
-I$(SRCDIR)/xmlsecurity/inc \
@@ -22,6 +26,7 @@ $(eval $(call gb_Executable_use_libraries,pdfverify,\
cppuhelper \
sal \
tl \
+ vcl \
xmlsecurity \
))