diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 29bb299f2..f6f527f64 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,10 +3,7 @@ include $(top_srcdir)/Makefile.decl SUBDIRS=gobject refcount AM_CPPFLAGS = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/glib \ - -I$(top_srcdir)/gmodule \ - -I$(top_builddir)/glib \ + $(gmodule_INCLUDES) \ $(GLIB_DEBUG_FLAGS) AM_CFLAGS = -g |