aboutsummaryrefslogtreecommitdiffstats
path: root/agent/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'agent/Makefile.am')
-rw-r--r--agent/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/agent/Makefile.am b/agent/Makefile.am
index 323ea474f..0fa977b20 100644
--- a/agent/Makefile.am
+++ b/agent/Makefile.am
@@ -46,7 +46,7 @@ gpg_agent_SOURCES = \
gpg_agent_LDADD = ../jnlib/libjnlib.a ../common/libcommon.a \
- $(LIBGCRYPT_LIBS) $(PTH_LIBS) $(LIBASSUAN_LIBS)
+ $(LIBGCRYPT_LIBS) $(PTH_LIBS) $(LIBASSUAN_LIBS) -lgpg-error
gpg_protect_tool_SOURCES = \
protect-tool.c \
@@ -55,8 +55,6 @@ gpg_protect_tool_SOURCES = \
simple-pwquery.c simple-pwquery.h
gpg_protect_tool_LDADD = ../jnlib/libjnlib.a \
- ../common/libcommon.a $(LIBGCRYPT_LIBS)
-
-
+ ../common/libcommon.a $(LIBGCRYPT_LIBS) -lgpg-error