diff options
author | Martin Baulig <martin@src.gnome.org> | 2000-09-30 02:14:04 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 2000-09-30 02:14:04 +0000 |
commit | f717bda19732f874762f2c48521d8370f15bf3f0 (patch) | |
tree | 0d4f32228a4475838a836bbf34377f663097104b /Makefile.am | |
parent | 244996ffec3b76c4cbef2e9684c0557ffed7e8fa (diff) | |
download | gtk+-f717bda19732f874762f2c48521d8370f15bf3f0.tar.gz |
Put the pkg-config scripts back to the correct pkg-config syntax
(the pkg-config that comes with the RedHat 7.0 glib-gtkbeta RPM and
not the one from pkgconfig.sourceforge.net which is old).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fcc414fca1..eb9a24f297 100644 --- a/Makefile.am +++ b/Makefile.am @@ -112,7 +112,7 @@ EXTRA_DIST = \ examples/spinbutton/Makefile \ examples/find-examples.sh -pkgconfigdir = $(libexecdir)/pkgconfig +pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA= gdk-pixbuf-2.0.pc gdk-2.0.pc gtk+-2.0.pc dist-hook: gtk+.spec |