mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-18 14:17:03 +01:00
* Makefile.am: Use NETLIBS instead of EGDLIBS.
This commit is contained in:
parent
cce2bf2dfa
commit
5707b80e59
@ -1,5 +1,7 @@
|
|||||||
2003-08-24 David Shaw <dshaw@jabberwocky.com>
|
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
|
* mainproc.c (check_sig_and_print): Get the uid validity before
|
||||||
printing any sig results to avoid munging the output with trustdb
|
printing any sig results to avoid munging the output with trustdb
|
||||||
warnings.
|
warnings.
|
||||||
|
@ -108,7 +108,7 @@ gpgv_SOURCES = gpgv.c \
|
|||||||
|
|
||||||
LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @ZLIBS@ @W32LIBS@
|
LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @ZLIBS@ @W32LIBS@
|
||||||
# gpg gets LIBOBJS to add in mkdtemp if the platform doesn't have it
|
# 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)
|
$(PROGRAMS): $(needed_libs)
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2003-08-24 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* Makefile.am: Use NETLIBS instead of EGDLIBS.
|
||||||
|
|
||||||
2003-07-10 David Shaw <dshaw@jabberwocky.com>
|
2003-07-10 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* Makefile.am: Use W32LIBS where appropriate.
|
* Makefile.am: Use W32LIBS where appropriate.
|
||||||
|
@ -27,7 +27,7 @@ noinst_PROGRAMS = mpicalc bftest clean-sat mk-tdata shmtest
|
|||||||
|
|
||||||
gpgsplit_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @ZLIBS@
|
gpgsplit_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @ZLIBS@
|
||||||
mpicalc_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @W32LIBS@
|
mpicalc_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @W32LIBS@
|
||||||
bftest_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @W32LIBS@ @DLLIBS@ @EGDLIBS@
|
bftest_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @W32LIBS@ @DLLIBS@ @NETLIBS@
|
||||||
shmtest_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@
|
shmtest_LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@
|
||||||
|
|
||||||
gpgsplit mpicalc bftest shmtest: $(needed_libs)
|
gpgsplit mpicalc bftest shmtest: $(needed_libs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user