From e52f93433cb409e15e4b2a4e1f043267e0f57ddd Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 9 Aug 2010 15:40:29 +0000 Subject: Support logging via TCP --- agent/ChangeLog | 5 +++++ agent/Makefile.am | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'agent') diff --git a/agent/ChangeLog b/agent/ChangeLog index c4aa1c299..a9b67a80a 100644 --- a/agent/ChangeLog +++ b/agent/ChangeLog @@ -1,3 +1,8 @@ +2010-08-09 Werner Koch + + * Makefile.am (t_common_ldadd): Add NETLIBS for sake of the TCP + logging. + 2010-06-24 Werner Koch * genkey.c (check_passphrase_pattern): Use HANG option for diff --git a/agent/Makefile.am b/agent/Makefile.am index e22153681..abd39bed8 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -105,8 +105,8 @@ $(PROGRAMS): $(common_libs) $(commonpth_libs) $(pwquery_libs) # TESTS = t-protect -t_common_ldadd = $(common_libs) \ - $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV) +t_common_ldadd = $(common_libs) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \ + $(LIBINTL) $(LIBICONV) $(NETLIBS) t_protect_SOURCES = t-protect.c protect.c t_protect_LDADD = $(t_common_ldadd) -- cgit v1.2.3