From 86521773dffaed785de0eebd1a05040e673ee638 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 18 Dec 2001 19:35:12 +0000 Subject: * Makefile.am (AM_CPPFLAGS): Add flags for libksba * Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros --- agent/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'agent/Makefile.am') diff --git a/agent/Makefile.am b/agent/Makefile.am index a2f8a9a8c..3d9cd2dfe 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -20,7 +20,7 @@ bin_PROGRAMS = gpg-agent -INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/intl +AM_CPPFLAGS = -I$(top_srcdir)/common $(LIBGCRYPT_CFLAGS) LDFLAGS = @LDFLAGS@ gpg_agent_SOURCES = \ @@ -33,8 +33,8 @@ gpg_agent_SOURCES = \ pkdecrypt.c gpg_agent_LDADD = ../jnlib/libjnlib.a ../assuan/libassuan.a \ - ../common/libcommon.a \ - ../../libgcrypt/src/.libs/libgcrypt.so.1 + ../common/libcommon.a $(LIBGCRYPT_LIBS) + -- cgit v1.2.3