use LIBGNUTLS_LIBS in the substitution string.
authorLarry Ewing <lewing@ximian.com>
Sat, 10 Jan 2004 17:14:32 +0000 (17:14 +0000)
committerLarry Ewing <lewing@src.gnome.org>
Sat, 10 Jan 2004 17:14:32 +0000 (17:14 +0000)
2004-01-10  Larry Ewing  <lewing@ximian.com>

* libsoup-2.2.pc.in (Libs): use LIBGNUTLS_LIBS in the substitution
string.

ChangeLog
libsoup-2.2.pc.in

index d162b3c..dcb8633 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-10  Larry Ewing  <lewing@ximian.com>
+
+       * libsoup-2.2.pc.in (Libs): use LIBGNUTLS_LIBS in the substitution
+       string.
+
 2004-01-09  Joe Shaw  <joe@ximian.com>
 
        * acinclude.m4: Include the libgnutls.m4 file.
index fdf3c39..04c2dff 100644 (file)
@@ -8,5 +8,5 @@ Name: libsoup
 Description: a glib-based HTTP library
 Version: @VERSION@
 Requires: glib-2.0
-Libs: -L${libdir} -lsoup-${SOUP_API_VERSION} @GNUTLS_LIBS@
+Libs: -L${libdir} -lsoup-${SOUP_API_VERSION} @LIBGNUTLS_LIBS@
 Cflags: -I${includedir}/libsoup-${SOUP_API_VERSION}