diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 667506c..f9e9fed 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = \ + -I$(top_srcdir)/gobject \ $(PYTHON_INCLUDES) \ - $(GLIB_CFLAGS) \ - -I$(top_srcdir)/gobject + $(GLIB_CFLAGS) EXTRA_DIST = \ $(tests) \ |