From 2a5ce34fce3f7ab37587b644a3f4a961204cd504 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 21 Sep 2009 18:35:21 +0000 Subject: [build] Add --disable-tests to disable tests during distcheck --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7030b1b..011d1fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,8 +8,11 @@ SUBDIRS = \ properties \ shell \ po \ - help \ - test + help + +if ENABLE_TESTS +SUBDIRS += test +endif if ENABLE_THUMBNAILER SUBDIRS += thumbnailer @@ -52,7 +55,7 @@ DISTCLEANFILES = \ ACLOCAL_AMFLAGS = -I m4 -DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc --disable-nautilus +DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc --disable-nautilus --disable-tests # Ignore scrollkeeper issues for now. @#*$& scrollkeeper distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf -- cgit v0.9.1