diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index b251a17a..4f2db18c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,14 +1,10 @@ INCLUDES = \ $(PYTHON_INCLUDES) \ + $(PYGOBJECT_CFLAGS) \ $(GLIB_CFLAGS) \ $(PANGO_CFLAGS) \ $(ATK_CFLAGS) \ $(GTK_CFLAGS) -if BUILD_GOBJECT - INCLUDES += -I$(top_srcdir)/gobject -else - INCLUDES += -I$(PYGOBJECT_INCLUDEDIR) -endif EXTRA_DIST = $(tests) common.py runtests.py test-thread.h test-unknown.h testmodule.py leak.glade |