Set this to `$(libexecdir)/pkgconfig'; this is the directory where

2000-09-29  Martin Baulig  <baulig@suse.de>

	* 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.
This commit is contained in:
Martin Baulig
2000-09-29 20:36:52 +00:00
committed by Martin Baulig
parent f7ffcb3a92
commit 1a4f9dddcd
14 changed files with 94 additions and 25 deletions

View File

@@ -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