summaryrefslogtreecommitdiff
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 7ab1fe50..f41174f0 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -5,13 +5,13 @@ aliasdir = $(sysconfdir)/pango
INCLUDES = \
-DG_DISABLE_DEPRECATED \
-DPANGO_DISABLE_DEPRECATED \
- $(PANGO_DEBUG_FLAGS) \
-I$(top_srcdir) \
- $(CAIRO_CFLAGS) \
+ $(PANGO_DEBUG_FLAGS) \
$(GLIB_CFLAGS) \
- $(X_CFLAGS) \
$(XFT_CFLAGS) \
- $(FREETYPE_CFLAGS)
+ $(CAIRO_CFLAGS) \
+ $(FREETYPE_CFLAGS) \
+ $(X_CFLAGS)
###################################################