aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-06-20 03:22:39 +0000
committerDavid Shaw <[email protected]>2003-06-20 03:22:39 +0000
commit4b83d093a96385b6fe5e366583720daaa5de27d3 (patch)
treec5e1ed285104a2ff55bd247ded79ca2e64a6743a
parent* configure.ac: Include wsock32 in W32LIBS. This is different from (diff)
downloadgnupg-4b83d093a96385b6fe5e366583720daaa5de27d3.tar.gz
gnupg-4b83d093a96385b6fe5e366583720daaa5de27d3.zip
* Makefile.am: Include W32LIBS where appropriate.
-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@