From f8ad8cc4f6a045cf9cb03f43d86765adcd4a8a31 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 20 Aug 2005 20:55:58 +0000 Subject: [PATCH] only build if you have check Original commit message from CVS: only build if you have check --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 67b3ddf6bd..609f4be9b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,7 @@ SUBDIRS = \ $(SUBDIRS_EXAMPLES) \ tools \ $(SUBDIRS_GCONF) \ - check \ + $(SUBDIRS_CHECK) \ docs \ po \ common \