1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-26 01:52:45 +02:00

* Makefile.am: Include W32LIBS where appropriate.

This commit is contained in:
David Shaw 2003-06-20 03:22:39 +00:00
parent 601f208bc9
commit 4b83d093a9
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2003-06-19 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Include W32LIBS where appropriate.
* keyedit.c (sign_uids): Add additional prompt to the signature
level question.
(menu_expire): When changing expiration dates, don't replace

View File

@ -107,7 +107,7 @@ gpgv_SOURCES = gpgv.c \
# ks-db.h \
# $(common_source)
LDADD = $(needed_libs) @INTLLIBS@ @CAPLIBS@ @ZLIBS@
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@ @NETLIBS@