From 3886d5677d37277dea95a3a07d9987cb767a0160 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 26 Mar 2012 12:35:22 +0100 Subject: Compile everything before we test it Without this change, sidecars.py fails under "make check" in a clean tree, because the plugins haven't been built when we recurse into tests. Reviewed-by: Jonny Lamb --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f960e59f..9981d7e3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = tools extensions lib src data m4 tests docs plugins salut +SUBDIRS = tools extensions lib src data m4 salut plugins tests docs DISTCHECK_CONFIGURE_FLAGS = --disable-debug --enable-gtk-doc -- cgit v1.2.1