diff options
Diffstat (limited to 'checks/Makefile.am')
-rw-r--r-- | checks/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/checks/Makefile.am b/checks/Makefile.am index c2992a91c..9cade48d0 100644 --- a/checks/Makefile.am +++ b/checks/Makefile.am @@ -61,6 +61,8 @@ prepared.stamp: ./pubring.gpg ./secring.gpg ./plain-1 ./plain-2 ./plain-3 \ ./options: $(srcdir)/options.in cat $(srcdir)/options.in >./options + @set -e; if echo "@DYNAMIC_CIPHER_MODS@" |grep tiger >/dev/null ;then \ + echo load-extension ../cipher/tiger >>./options; fi ./gpg_dearmor: echo '#!/bin/sh' >./gpg_dearmor |