diff options
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index ac0588ce0..7ee1729df 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -56,7 +56,7 @@ common_source = \ plaintext.c \ sig-check.c \ keylist.c \ - signal.c + signal.c gpg_SOURCES = g10.c \ $(common_source) \ @@ -88,7 +88,11 @@ gpg_SOURCES = g10.c \ pipemode.c \ helptext.c \ keyserver.c \ - keyserver-internal.h + keyserver-internal.h \ + photoid.c photoid.h \ + exec.c exec.h + + gpgv_SOURCES = gpgv.c \ $(common_source) \ |