summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>2000-09-30 02:14:04 +0000
committerMartin Baulig <martin@src.gnome.org>2000-09-30 02:14:04 +0000
commit336f7e89fea34115850737035ffc96a5073c4e72 (patch)
treeffd6ae871fe41ff6d7a4f89b4ec6eac7325666b7 /Makefile.am
parentb3ee868f9443d4de4b26d159e49fbd2c512ee1e8 (diff)
downloadglib-336f7e89fea34115850737035ffc96a5073c4e72.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.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ecff8b132..d6993ba73 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -122,7 +122,7 @@ testgdateparser_LDADD = libglib-1.3.la
m4datadir = $(datadir)/aclocal
m4data_DATA = glib-2.0.m4
-pkgconfigdir = $(libexecdir)/pkgconfig
+pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc gthread-2.0.pc
glibconfig.h.win32: $(top_builddir)/config.status $(top_srcdir)/glibconfig.h.win32.in