summaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-06-05 11:19:59 +0200
committerWerner Koch <wk@gnupg.org>2014-06-05 11:19:59 +0200
commit4f0625889b768eabdec52696bf15059a9e8d9c02 (patch)
treef523eab5acb0666c12c067ba27a159e21f434aa7 /g10/Makefile.am
parentgpgsm: Fix commit be07ed65. (diff)
downloadgnupg2-4f0625889b768eabdec52696bf15059a9e8d9c02.tar.xz
gnupg2-4f0625889b768eabdec52696bf15059a9e8d9c02.zip
gpg: Auto-migrate existing secring.gpg.
* g10/migrate.c: New. * g10/import.c (import_old_secring): New. (import_one): Add arg silent. (transfer_secret_keys): Add arg batch. (import_secret_one): Add args batch and for_migration. * g10/gpg.c (main): Call migration function.
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r--g10/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am
index ba686481c..0ae4ef7c7 100644
--- a/g10/Makefile.am
+++ b/g10/Makefile.am
@@ -110,6 +110,7 @@ gpg2_SOURCES = gpg.c \
dearmor.c \
import.c \
export.c \
+ migrate.c \
delkey.c \
keygen.c \
helptext.c \