diff options
author | Martin Baulig <baulig@suse.de> | 2000-09-29 20:39:10 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 2000-09-29 20:39:10 +0000 |
commit | 1e28ba7a1981ea36a7b70af3f101aa6a74abc5fd (patch) | |
tree | 18a2b9eb08e9b56171741c0bba76f21cd3d1f6dd /Makefile.am | |
parent | 2a35121efde8ef6af944d193eeffa3322adcce4e (diff) | |
download | pango-1e28ba7a1981ea36a7b70af3f101aa6a74abc5fd.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.
* *.pc.in: Made the pkg-config scripts actually work.
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 84724247..c8677bba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ EXTRA_DIST = \ pango.pc.in \ pangox.pc.in -pkgconfigdir = $(libdir)/pkgconfig +pkgconfigdir = $(libexecdir)/pkgconfig pkgconfig_DATA = pango.pc pangox.pc dist-hook: pango.spec |