[svn] GnuPG - r4155 - branches/GNUPG-1-9-BRANCH/agent

svn author marcus cvs at cvs.gnupg.org
Fri Jun 9 12:28:27 CEST 2006


Author: marcus
Date: 2006-06-09 12:28:26 +0200 (Fri, 09 Jun 2006)
New Revision: 4155

Modified:
   branches/GNUPG-1-9-BRANCH/agent/ChangeLog
   branches/GNUPG-1-9-BRANCH/agent/Makefile.am
Log:
2006-06-09  Marcus Brinkmann  <marcus at g10code.de>

	* Makefile.am (gpg_agent_LDADD): Add $(NETLIBS).
	(gpg_protect_tool_LDADD): Likewise.
	(gpg_preset_passphrase_LDADD): Likewise.


Modified: branches/GNUPG-1-9-BRANCH/agent/ChangeLog
===================================================================
--- branches/GNUPG-1-9-BRANCH/agent/ChangeLog	2006-06-09 10:23:30 UTC (rev 4154)
+++ branches/GNUPG-1-9-BRANCH/agent/ChangeLog	2006-06-09 10:28:26 UTC (rev 4155)
@@ -1,6 +1,8 @@
 2006-06-09  Marcus Brinkmann  <marcus at g10code.de>
 
 	* Makefile.am (gpg_agent_LDADD): Add $(NETLIBS).
+	(gpg_protect_tool_LDADD): Likewise.
+	(gpg_preset_passphrase_LDADD): Likewise.
 
 2006-04-09  Moritz Schulte  <moritz at g10code.com>
 

Modified: branches/GNUPG-1-9-BRANCH/agent/Makefile.am
===================================================================
--- branches/GNUPG-1-9-BRANCH/agent/Makefile.am	2006-06-09 10:23:30 UTC (rev 4154)
+++ branches/GNUPG-1-9-BRANCH/agent/Makefile.am	2006-06-09 10:28:26 UTC (rev 4155)
@@ -54,9 +54,10 @@
 	protect.c \
 	minip12.c minip12.h 
 
+# Needs $(NETLIBS) for libsimple-pwquery.la.
 gpg_protect_tool_LDADD = ../common/libsimple-pwquery.a \
 	../jnlib/libjnlib.a  ../common/libcommon.a ../gl/libgnu.a \
-	 $(LIBGCRYPT_LIBS) -lgpg-error @LIBINTL@
+	 $(LIBGCRYPT_LIBS) -lgpg-error @LIBINTL@ $(NETLIBS)
 if HAVE_W32_SYSTEM
 gpg_protect_tool_LDADD += -lwsock32
 endif
@@ -64,9 +65,10 @@
 gpg_preset_passphrase_SOURCES = \
 	preset-passphrase.c
 
+# Needs $(NETLIBS) for libsimple-pwquery.la.
 gpg_preset_passphrase_LDADD = ../common/libsimple-pwquery.a \
 	../jnlib/libjnlib.a ../common/libcommon.a ../gl/libgnu.a \
-	 $(LIBGCRYPT_LIBS) -lgpg-error @LIBINTL@
+	 $(LIBGCRYPT_LIBS) -lgpg-error @LIBINTL@ $(NETLIBS)
 if HAVE_W32_SYSTEM
 gpg_preset_passphrase_LDADD += -lwsock32
 endif




More information about the Gnupg-commits mailing list