From da2bc9c820198b620bfcdcffc6629c5fa9f1d1db Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 16 Jan 2006 10:43:44 +0000 Subject: Adjust the order of *_CFLAGS to the same order known to work. (Fixes bug 2006-01-16 Behdad Esfahbod * 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) --- pango/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pango/Makefile.am') 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 -- cgit v1.2.1