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.
This commit is contained in:
Martin Baulig
2000-09-29 20:58:42 +00:00
committed by Martin Baulig
parent d0cbd57de8
commit ec319031cc
13 changed files with 105 additions and 26 deletions

View File

@ -112,8 +112,8 @@ EXTRA_DIST = \
examples/spinbutton/Makefile \
examples/find-examples.sh
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA= gdk-pixbuf.pc gdk-2.0.pc gtk+-2.0.pc
pkgconfigdir = $(libexecdir)/pkgconfig
pkgconfig_DATA= gdk-pixbuf-2.0.pc gdk-2.0.pc gtk+-2.0.pc
dist-hook: gtk+.spec
if test -e $(srcdir)/INSTALL.in && test -e $(srcdir)/README.in ; then \