mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-23 10:29:58 +01:00
* Makefile.am: Include W32LIBS where appropriate.
This commit is contained in:
parent
601f208bc9
commit
4b83d093a9
@ -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
|
||||
|
@ -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@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user