diff options
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/CppunitTest_xmlsecurity_signing.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmlsecurity/CppunitTest_xmlsecurity_signing.mk b/xmlsecurity/CppunitTest_xmlsecurity_signing.mk index e22a2caa40cc..24713cbe8e24 100644 --- a/xmlsecurity/CppunitTest_xmlsecurity_signing.mk +++ b/xmlsecurity/CppunitTest_xmlsecurity_signing.mk @@ -48,4 +48,8 @@ $(eval $(call gb_CppunitTest_use_rdb,xmlsecurity_signing,services)) $(eval $(call gb_CppunitTest_use_configuration,xmlsecurity_signing)) +ifeq ($(ENABLE_PDFIMPORT),TRUE) +$(eval $(call gb_CppunitTest_use_executable,xmlsecurity_signing,xpdfimport)) +endif + # vim: set noet sw=4 ts=4: |