From 9454f881b82babdab1ff978a82c5793e82c86b80 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 26 Mar 2012 12:35:22 +0100 Subject: [PATCH] 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. --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index f960e59..9981d7e 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 -- 1.7.9.1