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:
parent
d04fd6570f
commit
48d55024e2
@ -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.
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user