summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2007-05-09 16:46:20 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2007-05-09 16:46:20 +0000
commit02997dae6349be1287938b240dab526510d339a1 (patch)
tree46145bcd56f87ddd5864bd5ce84c3a3aa951cc83 /tests
parentfd6de71d7207c1c5a4acbd4e70270e00e85634f1 (diff)
downloadpygobject-02997dae6349be1287938b240dab526510d339a1.tar.gz
pygobject-02997dae6349be1287938b240dab526510d339a1.tar.xz
pygobject-02997dae6349be1287938b240dab526510d339a1.zip
Bug 339924 – gnome-python doesn't compile on opensolaris
svn path=/trunk/; revision=672
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3b05018..efa0d9c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,8 @@
INCLUDES = \
$(PYTHON_INCLUDES) \
$(GLIB_CFLAGS) \
- -I$(top_srcdir)/gobject
+ -I$(top_srcdir)/gobject \
+ -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
EXTRA_DIST = \
$(tests) \