From 4c8bec8e5e7506ff386f234494e247ed5bc01026 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Mon, 27 Aug 2007 12:44:16 +0000 Subject: removed unwanted defines svn path=/trunk/; revision=697 --- tests/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') 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) \ -- cgit