From 883b911285c23cc5bfe99812c4b925df36e8ae25 Mon Sep 17 00:00:00 2001 From: BobMauchin Date: Mon, 10 Oct 2011 17:15:58 -0400 Subject: Add a --disable-tests option --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1143c076..d7312c90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,10 @@ endif if COMPILE_LIBLIGHTDM_QT SUBDIRS += liblightdm-qt endif -SUBDIRS += data greeters po src doc tests utils +if COMPILE_TESTS +SUBDIRS += tests +endif +SUBDIRS += data greeters po src doc utils DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc -- cgit v1.2.1