mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
agent/
2006-06-09 Marcus Brinkmann <marcus@g10code.de> * Makefile.am (gpg_agent_LDADD): Add $(NETLIBS). scd/ 2006-06-09 Marcus Brinkmann <marcus@g10code.de> * Makefile.am (scdaemon_LDADD): Add $(NETLIBS).
This commit is contained in:
parent
384cba431a
commit
55e3d83edf
@ -1,3 +1,7 @@
|
|||||||
|
2006-06-09 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* Makefile.am (gpg_agent_LDADD): Add $(NETLIBS).
|
||||||
|
|
||||||
2006-04-09 Moritz Schulte <moritz@g10code.com>
|
2006-04-09 Moritz Schulte <moritz@g10code.com>
|
||||||
|
|
||||||
* command-ssh.c (ssh_request_process): Removed FIXME mentioning a
|
* command-ssh.c (ssh_request_process): Removed FIXME mentioning a
|
||||||
|
@ -47,7 +47,7 @@ gpg_agent_SOURCES = \
|
|||||||
|
|
||||||
gpg_agent_LDADD = ../jnlib/libjnlib.a ../common/libcommon.a ../gl/libgnu.a \
|
gpg_agent_LDADD = ../jnlib/libjnlib.a ../common/libcommon.a ../gl/libgnu.a \
|
||||||
$(LIBGCRYPT_LIBS) $(PTH_LIBS) $(LIBASSUAN_LIBS) \
|
$(LIBGCRYPT_LIBS) $(PTH_LIBS) $(LIBASSUAN_LIBS) \
|
||||||
-lgpg-error @LIBINTL@
|
-lgpg-error @LIBINTL@ $(NETLIBS)
|
||||||
|
|
||||||
gpg_protect_tool_SOURCES = \
|
gpg_protect_tool_SOURCES = \
|
||||||
protect-tool.c \
|
protect-tool.c \
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2006-06-09 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* Makefile.am (scdaemon_LDADD): Add $(NETLIBS).
|
||||||
|
|
||||||
2006-04-14 Marcus Brinkmann <marcus@g10code.de>
|
2006-04-14 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* app.c (select_application): Cover up a slot mismatch error in
|
* app.c (select_application): Cover up a slot mismatch error in
|
||||||
|
@ -45,7 +45,7 @@ scdaemon_SOURCES = \
|
|||||||
|
|
||||||
scdaemon_LDADD = ../jnlib/libjnlib.a ../common/libcommon.a ../gl/libgnu.a \
|
scdaemon_LDADD = ../jnlib/libjnlib.a ../common/libcommon.a ../gl/libgnu.a \
|
||||||
$(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(PTH_LIBS) $(LIBASSUAN_LIBS) \
|
$(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
|
# Removed for now: We need to decide whether it makes sense to
|
||||||
# continue it at all, given that gpg has now all required
|
# continue it at all, given that gpg has now all required
|
||||||
|
Loading…
x
Reference in New Issue
Block a user