From 0ca7a3af05f9b399c57e371b98e4321a87337080 Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Sat, 10 Jan 2004 17:14:32 +0000 Subject: [PATCH] use LIBGNUTLS_LIBS in the substitution string. 2004-01-10 Larry Ewing * libsoup-2.2.pc.in (Libs): use LIBGNUTLS_LIBS in the substitution string. --- ChangeLog | 5 +++++ libsoup-2.2.pc.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d162b3c..dcb8633 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-10 Larry Ewing + + * libsoup-2.2.pc.in (Libs): use LIBGNUTLS_LIBS in the substitution + string. + 2004-01-09 Joe Shaw * acinclude.m4: Include the libgnutls.m4 file. diff --git a/libsoup-2.2.pc.in b/libsoup-2.2.pc.in index fdf3c39..04c2dff 100644 --- a/libsoup-2.2.pc.in +++ b/libsoup-2.2.pc.in @@ -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} -- 2.7.4