diff options
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index 10714f6af..d1314e192 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -133,7 +133,8 @@ gpg2_SOURCES = gpg.c \ call-agent.c call-agent.h \ trust.c $(trust_source) $(tofu_source) \ $(card_source) \ - exec.c exec.h + exec.c exec.h \ + mailing-list.c mailing-list.h gpgv2_SOURCES = gpgv.c \ $(common_source) \ |