diff options
author | Werner Koch <wk@gnupg.org> | 2002-08-16 15:55:03 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2002-08-16 15:55:03 +0200 |
commit | a8e9b350c037a717cfa1754da24e7188960034c9 (patch) | |
tree | a0ad9dd8337de4edc3938b46f5fd549335cb3f46 /sm/Makefile.am | |
parent | * card-common.h (struct p15_private_s): Forward declaration. Add (diff) | |
download | gnupg2-a8e9b350c037a717cfa1754da24e7188960034c9.tar.xz gnupg2-a8e9b350c037a717cfa1754da24e7188960034c9.zip |
* call-agent.c (learn_cb): Special treatment when the issuer
certificate is missing.
Diffstat (limited to 'sm/Makefile.am')
-rw-r--r-- | sm/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/Makefile.am b/sm/Makefile.am index 3e00270fa..7d2705319 100644 --- a/sm/Makefile.am +++ b/sm/Makefile.am @@ -24,7 +24,7 @@ INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\" bin_PROGRAMS = gpgsm AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/intl \ - $(LIBGCRYPT_CFLAGS) $(LIBKSBA_CFLAGS) + $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) LDFLAGS = @LDFLAGS@ gpgsm_SOURCES = \ @@ -52,6 +52,6 @@ gpgsm_SOURCES = \ gpgsm_LDADD = ../jnlib/libjnlib.a ../assuan/libassuan.a ../kbx/libkeybox.a \ - ../common/libcommon.a $(LIBGCRYPT_LIBS) $(LIBKSBA_LIBS) + ../common/libcommon.a $(LIBGCRYPT_LIBS) $(KSBA_LIBS) |