summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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