diff options
author | Havoc Pennington <hp@redhat.com> | 2000-12-18 18:58:24 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-12-18 18:58:24 +0000 |
commit | 1a603d00f370167b75a965416080f45824d5b515 (patch) | |
tree | 6023e2c3a5b27341215e51d50823ef8d559ac068 /modules/hangul/hangul-x.c | |
parent | cf11e920312b335c5eaa21021a1176fe9f913d9b (diff) | |
download | pango-1a603d00f370167b75a965416080f45824d5b515.tar.gz |
Fix build breakage, reported by Alex Larsson and Yasushi Shoji
2000-12-18 Havoc Pennington <hp@redhat.com>
Fix build breakage, reported by Alex Larsson and Yasushi Shoji
* pango/pangox.h: don't include pango.h, just individual headers
* configure.in: check for perl, add --disable-rebuilds configure
option, automatically disable rebuilds if no perl
* pango/Makefile.am: use located perl to run makeenums.pl,
and don't try to rebuild if we did --disable-rebuilds
(EXTRA_DIST): add built headers
* modules/*/*.[hc]: don't include pango.h, include specific headers
Diffstat (limited to 'modules/hangul/hangul-x.c')
-rw-r--r-- | modules/hangul/hangul-x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hangul/hangul-x.c b/modules/hangul/hangul-x.c index 5309b05d..7583981c 100644 --- a/modules/hangul/hangul-x.c +++ b/modules/hangul/hangul-x.c @@ -22,8 +22,8 @@ #include <glib.h> #include <string.h> -#include "pango.h" #include "pangox.h" +#include "pango-engine.h" static PangoEngineRange hangul_ranges[] = { |