From f6f2ed44c84aff3c38fc3eb5961b28621a14fc51 Mon Sep 17 00:00:00 2001 From: John Ehresman Date: Mon, 12 Apr 2010 23:21:24 -0400 Subject: Make pyglib-python-compat.h a public header and include in pygobject.h Also #define PyVarObject_HEAD_INIT if not defined (in < python 2.6) --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index e546f50..70eeb5e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = \ -I$(top_srcdir)/gobject \ + -I$(top_srcdir)/glib \ $(PYTHON_INCLUDES) \ $(GLIB_CFLAGS) -- cgit