diff options
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index e97fb8cf4..0097ace5f 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -48,7 +48,6 @@ common_source = \ status.c \ status.h \ sign.c \ - keyedit.c \ plaintext.c \ encr-data.c \ encode.c \ @@ -61,6 +60,7 @@ gpg_SOURCES = g10.c \ $(common_source) \ verify.c \ decrypt.c \ + keyedit.c \ keygen.c |