From: Larry Ewing Date: Sat, 10 Jan 2004 17:14:32 +0000 (+0000) Subject: use LIBGNUTLS_LIBS in the substitution string. X-Git-Tag: LIBSOUP_2_1_4~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ca7a3af05f9b399c57e371b98e4321a87337080;p=platform%2Fupstream%2Flibsoup.git 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. --- 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}