From 55cdf600cfdbabe3ebcf9da6782dddca13c02136 Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Tue, 6 Jan 2009 16:57:08 +0000 Subject: Bad -I ordering can break build fixes #566737 svn path=/trunk/; revision=993 --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 667506c..f9e9fed 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = \ + -I$(top_srcdir)/gobject \ $(PYTHON_INCLUDES) \ - $(GLIB_CFLAGS) \ - -I$(top_srcdir)/gobject + $(GLIB_CFLAGS) EXTRA_DIST = \ $(tests) \ -- cgit