diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-01-16 10:43:44 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-01-16 10:43:44 +0000 |
commit | da2bc9c820198b620bfcdcffc6629c5fa9f1d1db (patch) | |
tree | 8675a42b5168698eebed39cc65aaca064effd802 /tests | |
parent | 08247583a00f69914682ba1807e4e377b6a98e48 (diff) | |
download | pango-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.am | 8 |
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 |