gtk2/gtk+-2.0.pc.in
Martin Baulig ec319031cc 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.

	* gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
	confusion with the GdkPixbuf of the GNOME 1.x platform.

	* *.pc.in: Made the pkg-config scripts actually work.
2000-09-29 20:58:42 +00:00

16 lines
340 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
target=@gdktarget@
VERSION="@VERSION@"
REQUIRES="gdk-2.0"
CFLAGS="-I${includedir} $CFLAGS"
LIBS_PATH="-L${libdir} $LIBS_PATH"
LIBS_LINK_SELF="-lgtk-${target}-1.3 $LIBS_LINK_SELF"
LIBS_LINK_SYSTEM="$LIBS_LINK_SYSTEM"
#Name: GTK+
#Description: GIMP Tool Kit