diff options
Diffstat (limited to 'agent')
-rw-r--r-- | agent/ChangeLog | 4 | ||||
-rw-r--r-- | agent/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog index a2c240e2e..285cce7f9 100644 --- a/agent/ChangeLog +++ b/agent/ChangeLog @@ -1,3 +1,7 @@ +2006-06-09 Marcus Brinkmann <[email protected]> + + * Makefile.am (gpg_agent_LDADD): Add $(NETLIBS). + 2006-04-09 Moritz Schulte <[email protected]> * command-ssh.c (ssh_request_process): Removed FIXME mentioning a diff --git a/agent/Makefile.am b/agent/Makefile.am index ec930fe3f..6c7def752 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -47,7 +47,7 @@ gpg_agent_SOURCES = \ gpg_agent_LDADD = ../jnlib/libjnlib.a ../common/libcommon.a ../gl/libgnu.a \ $(LIBGCRYPT_LIBS) $(PTH_LIBS) $(LIBASSUAN_LIBS) \ - -lgpg-error @LIBINTL@ + -lgpg-error @LIBINTL@ $(NETLIBS) gpg_protect_tool_SOURCES = \ protect-tool.c \ |