1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-21 14:47:03 +01:00

* Makefile.am: Link gpg with EGDLIBS (i.e. NETLIBS) as EGD uses sockets.

Remove the old NETLIBS variable since the keyserver stuff is no longer
internal.
This commit is contained in:
David Shaw 2002-09-25 11:30:51 +00:00
parent d04fd6570f
commit 48d55024e2
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2002-09-25 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Link gpg with EGDLIBS (i.e. NETLIBS) as EGD uses
sockets. Remove the old NETLIBS variable since the keyserver
stuff is no longer internal.
2002-09-24 David Shaw <dshaw@jabberwocky.com>
* import.c (import_keys_stream): Fix compiler type warning.

View File

@ -108,7 +108,7 @@ gpgv_SOURCES = gpgv.c \
LDADD = $(needed_libs) @ZLIBS@ @INTLLIBS@
# gpg gets LIBOBJS to add in mkdtemp if the platform doesn't have it
gpg_LDADD = @LIBOBJS@ $(LDADD) @NETLIBS@
gpg_LDADD = @LIBOBJS@ $(LDADD) @EGDLIBS@
$(PROGRAMS): $(needed_libs)