]> sjero.net Git - wget/commitdiff
[svn] Also use @LIBGNUTLS@ to build LIBS.
authorhniksic <devnull@localhost>
Wed, 6 Jul 2005 16:33:24 +0000 (09:33 -0700)
committerhniksic <devnull@localhost>
Wed, 6 Jul 2005 16:33:24 +0000 (09:33 -0700)
ChangeLog
Makefile.in

index d34bd9f4150278fff9eb346d9e671e3e3c2c841d..9b2467fca27de5420f032d9931f5ba051544eead 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in: Also use @LIBGNUTLS@ to build LIBS.
+
 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * configure.in: Add check for GnuTLS if --with-ssl=gnutls is used.
index 647779171f812ef4546e003be6d7b0f51bdd3301..f9722a833de544855c4db987bf095a39b68f4600 100644 (file)
@@ -57,7 +57,7 @@ CC = @CC@
 CFLAGS = @CFLAGS@
 CPPFLAGS = @CPPFLAGS@
 DEFS = @DEFS@ -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(localedir)\"
-LIBS = @LIBS@ @LIBSSL@
+LIBS = @LIBS@ @LIBSSL@ @LIBGNUTLS@
 LDFLAGS = @LDFLAGS@
 
 #