diff options
author | Havoc Pennington <hp@redhat.com> | 2001-01-04 17:47:39 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-01-04 17:47:39 +0000 |
commit | 4c94c88fb0c4f92c5dbbcd7c07140e0807351353 (patch) | |
tree | e3266d1b35423087f6a30811c725fddb3b62abfc /Makefile.am | |
parent | 6462b4e6f2389cc000801282da1e3cefefd83ca3 (diff) | |
download | pango-4c94c88fb0c4f92c5dbbcd7c07140e0807351353.tar.gz |
put creation of module file here. Fixes problem if you 'make install' with
2001-01-04 Havoc Pennington <hp@redhat.com>
* pango/Makefile.am (install-data-local): put creation of module
file here. Fixes problem if you 'make install' with no preceding
'make' reported by Michael Meeks.
* modules/Makefile.am (install-data-local): remove creation of module file
from here
* Makefile.am (SUBDIRS): remove pango-config
* configure.in: use pkg-config to detect GLib cflags/libs
* pangoxft.pc (Description): fix name/description
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index b3b42e8f..71d3ac1c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,11 +2,8 @@ SUBDIRS=modules pango examples docs tools fonts -bin_SCRIPTS = pango-config - EXTRA_DIST = \ pango.spec.in \ - pango-config.in \ pango.pc.in \ pangox.pc.in \ pangoxft.pc.in \ |