summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-01-16 10:43:44 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-01-16 10:43:44 +0000
commitda2bc9c820198b620bfcdcffc6629c5fa9f1d1db (patch)
tree8675a42b5168698eebed39cc65aaca064effd802 /docs
parent08247583a00f69914682ba1807e4e377b6a98e48 (diff)
downloadpango-da2bc9c820198b620bfcdcffc6629c5fa9f1d1db.tar.gz
Adjust the order of *_CFLAGS to the same order known to work. (Fixes bug
2006-01-16 Behdad Esfahbod <behdad@gnome.org> * docs/Makefile.am, examples/Makefile.am, pango/Makefile.am, tests/Makefile.am: Adjust the order of *_CFLAGS to the same order known to work. (Fixes bug #325588)
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 5c9b288d..63787553 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -49,9 +49,9 @@ INCLUDES = \
-DPANGO_ENABLE_BACKEND \
-DPANGO_ENABLE_ENGINE \
-I$(top_srcdir) \
- $(CAIRO_CFLAGS) \
$(GLIB_CFLAGS) \
$(XFT_CFLAGS) \
+ $(CAIRO_CFLAGS) \
$(FREETYPE_CFLAGS) \
$(X_CFLAGS)