mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* Makefile.am: Use NETLIBS instead of EGDLIBS.
This commit is contained in:
parent
cce2bf2dfa
commit
5707b80e59
4 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
2003-08-24 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* Makefile.am: Use NETLIBS instead of EGDLIBS.
|
||||
|
||||
* mainproc.c (check_sig_and_print): Get the uid validity before
|
||||
printing any sig results to avoid munging the output with trustdb
|
||||
warnings.
|
||||
|
|
|
@ -108,7 +108,7 @@ gpgv_SOURCES = gpgv.c \
|
|||
|
||||
LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @ZLIBS@ @W32LIBS@
|
||||
# gpg gets LIBOBJS to add in mkdtemp if the platform doesn't have it
|
||||
gpg_LDADD = @LIBOBJS@ $(LDADD) @DLLIBS@ @EGDLIBS@
|
||||
gpg_LDADD = @LIBOBJS@ $(LDADD) @DLLIBS@ @NETLIBS@
|
||||
|
||||
$(PROGRAMS): $(needed_libs)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue