aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2000-12-12 13:31:25 +0000
committerWerner Koch <[email protected]>2000-12-12 13:31:25 +0000
commitedcc338a593d703335a98f39a44ff26307927458 (patch)
tree3ed5974c2f93de0b46c0962986e85efaeced38fa /tests/Makefile.am
parentOkay, it runs at least on Windows 95 (diff)
downloadgpgme-edcc338a593d703335a98f39a44ff26307927458.tar.gz
gpgme-edcc338a593d703335a98f39a44ff26307927458.zip
Add a passphrase callback and minor changes to the interface
Diffstat (limited to '')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5e03d459..51d1195a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -22,7 +22,7 @@ all-local: ./pubring.gpg ./secring.gpg
-gpg --homedir . --import $(srcdir)/pubdemo.asc
./secring.gpg: ./Alpha/Secret.gpg
- -gpg --homedir . --import Alpha/Secret.gpg Zulu/Secret.gpg
+ -gpg --homedir . --allow-secret-key-import --import Alpha/Secret.gpg Zulu/Secret.gpg
./Alpha/Secret.gpg: secdemo.asc
srcdir=$(srcdir) $(srcdir)/mkdemodirs