diff options
author | Werner Koch <wk@gnupg.org> | 2001-11-10 19:08:10 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2001-11-10 19:08:10 +0100 |
commit | a014d87d1c5ad83e5e67a73d4d51e2766df0388a (patch) | |
tree | 8dc0b1497a1538e648f128a621b651d919453770 /assuan | |
parent | Started with keybox implementation by basing it on code from the GnuPG (diff) | |
download | gnupg2-a014d87d1c5ad83e5e67a73d4d51e2766df0388a.tar.xz gnupg2-a014d87d1c5ad83e5e67a73d4d51e2766df0388a.zip |
we are now able to check self-signed certificates
Diffstat (limited to 'assuan')
-rw-r--r-- | assuan/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assuan/Makefile.am b/assuan/Makefile.am index b7a1a85cb..3c576900b 100644 --- a/assuan/Makefile.am +++ b/assuan/Makefile.am @@ -19,6 +19,7 @@ ## Process this file with automake to produce Makefile.in +EXTRA_DIST = mkerrors INCLUDES = -I.. -I$(top_srcdir)/include BUILT_SOURCES = assuan-errors.c |