diff options
Diffstat (limited to 'agent/Makefile.am')
-rw-r--r-- | agent/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
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) + |