diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-14 15:34:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-14 15:34:16 +0200 |
commit | b3722cd9d33317c202b8492348cb4c75d02640f3 (patch) | |
tree | 6b4eabca5d5cf9a3f6dba6666fd48444aec72b8a /xmlsecurity | |
parent | 1f8f140601bd654f97d0c1e6e05b3bef949ddfaf (diff) |
Missing dependency
Change-Id: Ic8a97ec13613758f24996aa8a3ef8c0380cc2fae
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: |