summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2009-01-06 16:57:08 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-01-06 16:57:08 +0000
commit55cdf600cfdbabe3ebcf9da6782dddca13c02136 (patch)
tree70577a20b052f664646b01c7583b883d1bc152ff /tests
parentd5971581b6aa5ee2d9d0fbbec12f43dd53f4b2db (diff)
downloadpygobject-55cdf600cfdbabe3ebcf9da6782dddca13c02136.tar.gz
pygobject-55cdf600cfdbabe3ebcf9da6782dddca13c02136.tar.xz
pygobject-55cdf600cfdbabe3ebcf9da6782dddca13c02136.zip
Bad -I ordering can break build fixes #566737
svn path=/trunk/; revision=993
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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) \