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 --- gobject/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gobject') diff --git a/gobject/Makefile.am b/gobject/Makefile.am index e59daa4..a8f0f6f 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -33,11 +33,11 @@ CLEANFILES = constants.py EXTRA_DIST = constants.py.in _gobject_la_CFLAGS = \ + -I$(top_srcdir)/glib \ $(PYTHON_INCLUDES) \ $(FFI_CFLAGS) \ $(GLIB_CFLAGS) \ - -DPY_SSIZE_T_CLEAN \ - -I$(top_srcdir)/glib + -DPY_SSIZE_T_CLEAN _gobject_la_LDFLAGS = $(common_ldflags) -export-symbols-regex "_gobject|PyInit__gobject" _gobject_la_LIBADD = \ $(GLIB_LIBS) \ -- cgit