summaryrefslogtreecommitdiff
path: root/pango/Makefile.am
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 /pango/Makefile.am
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 'pango/Makefile.am')
-rw-r--r--pango/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/Makefile.am b/pango/Makefile.am
index caf43a3e..3fdf7490 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -22,13 +22,13 @@ INCLUDES = \
-DLIBDIR=\"$(libdir)\" \
-DMODULE_VERSION=\"$(PANGO_MODULE_VERSION)\" \
-DG_DISABLE_DEPRECATED \
+ -I$(top_srcdir) \
$(PANGO_DEBUG_FLAGS) \
$(GLIB_CFLAGS) \
$(XFT_CFLAGS) \
$(CAIRO_CFLAGS) \
$(FREETYPE_CFLAGS) \
- $(X_CFLAGS) \
- -I$(top_srcdir)
+ $(X_CFLAGS)
BUILT_SOURCES = pango-enum-types.h pango-enum-types.c