aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver
diff options
context:
space:
mode:
Diffstat (limited to 'keyserver')
-rw-r--r--keyserver/ChangeLog4
-rw-r--r--keyserver/Makefile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/keyserver/ChangeLog b/keyserver/ChangeLog
index a22618f25..dbbb7ea4a 100644
--- a/keyserver/ChangeLog
+++ b/keyserver/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-10 David Shaw <[email protected]>
+
+ * Makefile.am: Use W32LIBS where appropriate.
+
2003-05-30 David Shaw <[email protected]>
* gpgkeys_hkp.c, gpgkeys_ldap.c: #include <getopt.h> if it is
diff --git a/keyserver/Makefile.am b/keyserver/Makefile.am
index c595e42c1..8dc41c946 100644
--- a/keyserver/Makefile.am
+++ b/keyserver/Makefile.am
@@ -27,5 +27,5 @@ libexec_PROGRAMS = @GPGKEYS_LDAP@ @GPGKEYS_HKP@
libexec_SCRIPTS = @GPGKEYS_MAILTO@
noinst_SCRIPTS = gpgkeys_test
-gpgkeys_ldap_LDADD = @LDAPLIBS@ @NETLIBS@ @GETOPT@
-gpgkeys_hkp_LDADD = ../util/libutil.a @NETLIBS@ @SRVLIBS@ @INTLLIBS@ @CAPLIBS@ @GETOPT@
+gpgkeys_ldap_LDADD = @LDAPLIBS@ @NETLIBS@ @GETOPT@ @W32LIBS@
+gpgkeys_hkp_LDADD = ../util/libutil.a @NETLIBS@ @SRVLIBS@ @INTLLIBS@ @CAPLIBS@ @GETOPT@ @W32LIBS@