diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index efa0d9c..3b05018 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,8 +1,7 @@ INCLUDES = \ $(PYTHON_INCLUDES) \ $(GLIB_CFLAGS) \ - -I$(top_srcdir)/gobject \ - -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ + -I$(top_srcdir)/gobject EXTRA_DIST = \ $(tests) \ |