add ssl libs to defaults, since ssl doesn't use pkgconfig
authorFrank Belew (Myth) <frb@src.gnome.org>
Tue, 11 Mar 2003 20:40:49 +0000 (20:40 +0000)
committerFrank Belew (Myth) <frb@src.gnome.org>
Tue, 11 Mar 2003 20:40:49 +0000 (20:40 +0000)
* soup-2.0.pc.in: add ssl libs to defaults, since ssl doesn't
use pkgconfig

ChangeLog
soup-2.0.pc.in

index 7984f55..36abcf4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-11  Frank Belew  <frb@ximian.com>
+
+       * soup-2.0.pc.in: add ssl libs to defaults, since ssl doesn't 
+       use pkgconfig
+
 2003-03-10  Joe Shaw  <joe@ximian.com>
 
        * configure.in: Bump up to 1.99.14.
index 562e499..9de3e51 100644 (file)
@@ -7,5 +7,5 @@ Name: libsoup
 Description: a glib-based HTTP library
 Version: @VERSION@
 Requires: glib-2.0
-Libs: -L${libdir} -lsoup-2.0
+Libs: -L${libdir} -lsoup-2.0 @GNUTLS_LIBS@ @OPENSSL_LIBS@
 Cflags: -I${includedir}/soup-2.0