[svn] GnuPG - r4154 - in branches/GNUPG-1-9-BRANCH: agent scd
svn author marcus
cvs at cvs.gnupg.org
Fri Jun 9 12:23:36 CEST 2006
Author: marcus
Date: 2006-06-09 12:23:30 +0200 (Fri, 09 Jun 2006)
New Revision: 4154
Modified:
branches/GNUPG-1-9-BRANCH/agent/ChangeLog
branches/GNUPG-1-9-BRANCH/agent/Makefile.am
branches/GNUPG-1-9-BRANCH/scd/ChangeLog
branches/GNUPG-1-9-BRANCH/scd/Makefile.am
Log:
agent/
2006-06-09 Marcus Brinkmann <marcus at g10code.de>
* Makefile.am (gpg_agent_LDADD): Add $(NETLIBS).
scd/
2006-06-09 Marcus Brinkmann <marcus at g10code.de>
* Makefile.am (scdaemon_LDADD): Add $(NETLIBS).
Modified: branches/GNUPG-1-9-BRANCH/agent/ChangeLog
===================================================================
--- branches/GNUPG-1-9-BRANCH/agent/ChangeLog 2006-06-08 12:17:38 UTC (rev 4153)
+++ branches/GNUPG-1-9-BRANCH/agent/ChangeLog 2006-06-09 10:23:30 UTC (rev 4154)
@@ -1,3 +1,7 @@
+2006-06-09 Marcus Brinkmann <marcus at g10code.de>
+
+ * Makefile.am (gpg_agent_LDADD): Add $(NETLIBS).
+
2006-04-09 Moritz Schulte <moritz at g10code.com>
* command-ssh.c (ssh_request_process): Removed FIXME mentioning a
Modified: branches/GNUPG-1-9-BRANCH/agent/Makefile.am
===================================================================
--- branches/GNUPG-1-9-BRANCH/agent/Makefile.am 2006-06-08 12:17:38 UTC (rev 4153)
+++ branches/GNUPG-1-9-BRANCH/agent/Makefile.am 2006-06-09 10:23:30 UTC (rev 4154)
@@ -47,7 +47,7 @@
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 \
Modified: branches/GNUPG-1-9-BRANCH/scd/ChangeLog
===================================================================
--- branches/GNUPG-1-9-BRANCH/scd/ChangeLog 2006-06-08 12:17:38 UTC (rev 4153)
+++ branches/GNUPG-1-9-BRANCH/scd/ChangeLog 2006-06-09 10:23:30 UTC (rev 4154)
@@ -1,3 +1,7 @@
+2006-06-09 Marcus Brinkmann <marcus at g10code.de>
+
+ * Makefile.am (scdaemon_LDADD): Add $(NETLIBS).
+
2006-04-14 Marcus Brinkmann <marcus at g10code.de>
* app.c (select_application): Cover up a slot mismatch error in
Modified: branches/GNUPG-1-9-BRANCH/scd/Makefile.am
===================================================================
--- branches/GNUPG-1-9-BRANCH/scd/Makefile.am 2006-06-08 12:17:38 UTC (rev 4153)
+++ branches/GNUPG-1-9-BRANCH/scd/Makefile.am 2006-06-09 10:23:30 UTC (rev 4154)
@@ -45,7 +45,7 @@
scdaemon_LDADD = ../jnlib/libjnlib.a ../common/libcommon.a ../gl/libgnu.a \
$(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(PTH_LIBS) $(LIBASSUAN_LIBS) \
- $(LIBUSB_LIBS) -lgpg-error $(LIBINTL) $(DL_LIBS)
+ $(LIBUSB_LIBS) -lgpg-error $(LIBINTL) $(DL_LIBS) $(NETLIBS)
# Removed for now: We need to decide whether it makes sense to
# continue it at all, given that gpg has now all required
More information about the Gnupg-commits
mailing list