summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Baulig <baulig@suse.de>2000-09-29 20:58:42 +0000
committerMartin Baulig <martin@src.gnome.org>2000-09-29 20:58:42 +0000
commitec319031cc2e4c82dcebedd65aa4dfa59f5a199e (patch)
tree6d2210186ecf81ef35cc657e512846c6c576f0b0 /Makefile.am
parentd0cbd57de877ba962220824e3f54be893d6a4a5d (diff)
downloadgdk-pixbuf-ec319031cc2e4c82dcebedd65aa4dfa59f5a199e.tar.gz
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 0b42c1c0e..fcc414fca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \