summaryrefslogtreecommitdiff
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 58175d28..e407b57f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,14 +1,14 @@
## Process this file with automake to create Makefile.in.
INCLUDES = \
+ -DG_DISABLE_DEPRECATED \
-I$(top_srcdir) \
+ $(PANGO_DEBUG_FLAGS) \
$(GLIB_CFLAGS) \
- $(CAIRO_CFLAGS) \
$(XFT_CFLAGS) \
+ $(CAIRO_CFLAGS) \
$(FREETYPE_CFLAGS) \
- $(X_CFLAGS) \
- -DG_DISABLE_DEPRECATED \
- $(PANGO_DEBUG_FLAGS)
+ $(X_CFLAGS)
if HAVE_XFT
INCLUDES += -DHAVE_X