diff options
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index 128d594cd..e200fcd1d 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -45,6 +45,7 @@ common_source = \ plaintext.c \ encr-data.c \ encode.c \ + revoke.c \ sig-check.c g10_SOURCES = g10.c \ @@ -53,6 +54,7 @@ g10_SOURCES = g10.c \ g10maint_SOURCES = g10maint.c \ + dearmor.c \ $(common_source) LDADD = @INTLLIBS@ $(needed_libs) @ZLIBS@ |