summaryrefslogtreecommitdiffstats
path: root/sm/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2005-04-21 09:16:41 +0200
committerWerner Koch <wk@gnupg.org>2005-04-21 09:16:41 +0200
commit314c234e7d1320bcd13e5130c3d7074b19979e46 (patch)
tree7362abce81e9b5c3477bb1d8d7a7e264ca93ff2c /sm/Makefile.am
parent. (diff)
downloadgnupg2-314c234e7d1320bcd13e5130c3d7074b19979e46.tar.xz
gnupg2-314c234e7d1320bcd13e5130c3d7074b19979e46.zip
(gpgsm_validate_chain): Check revocations even for
expired certificates. This is required because on signature verification an expired key is fine whereas a revoked one is not.
Diffstat (limited to 'sm/Makefile.am')
-rw-r--r--sm/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/sm/Makefile.am b/sm/Makefile.am
index d4f972527..f1a116ab5 100644
--- a/sm/Makefile.am
+++ b/sm/Makefile.am
@@ -21,7 +21,8 @@
bin_PROGRAMS = gpgsm
-AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(KSBA_CFLAGS)
+AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(KSBA_CFLAGS) \
+ $(PTH_CFLAGS)
AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/intl
include $(top_srcdir)/am/cmacros.am