aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g10/ChangeLog2
-rw-r--r--g10/Makefile.am2
2 files changed, 3 insertions, 1 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 95dba9811..b5c8002b0 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,5 +1,7 @@
2003-06-19 David Shaw <[email protected]>
+ * 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
diff --git a/g10/Makefile.am b/g10/Makefile.am
index 4727d0a8a..04de3dacd 100644
--- a/g10/Makefile.am
+++ b/g10/Makefile.am
@@ -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@