From 1a4f9dddcd281e85182623929c4d1ca607f40c03 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Fri, 29 Sep 2000 20:36:52 +0000 Subject: Set this to `$(libexecdir)/pkgconfig'; this is the directory where 2000-09-29 Martin Baulig * Makefile.am (pkgconfigdir): Set this to `$(libexecdir)/pkgconfig'; this is the directory where pkg-config actually looks. * *.pc.in: Made the pkg-config scripts actually work. --- glib-2.0.pc.in | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'glib-2.0.pc.in') diff --git a/glib-2.0.pc.in b/glib-2.0.pc.in index a77335bec..3d6c84c32 100644 --- a/glib-2.0.pc.in +++ b/glib-2.0.pc.in @@ -3,8 +3,12 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: GLib -Description: C Utility Library -Version: @VERSION@ -Libs: -L${libdir} -lglib-1.3 -Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include +VERSION="@VERSION@" +REQUIRES="" +CFLAGS="-I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include $CFLAGS" +LIBS_PATH="-L${libdir} $LIBS_PATH" +LIBS_LINK_SELF="-lglib-1.3 $LIBS_LINK_SELF" +LIBS_LINK_SYSTEM="$LIBS_LINK_SYSTEM" + +#Name: GLib +#Description: C Utility Library -- cgit v1.2.1