From dd8b6e69629ddc308957e103adea1c0e27f8ec89 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 12 Oct 2005 03:03:27 +0000 Subject: don't build checks if we don't have gstcheck Original commit message from CVS: don't build checks if we don't have gstcheck --- Makefile.am | 10 +++++++++- common | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3ff27cbe..06fdfc38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,18 +6,26 @@ else GCONF_DIR = endif +if HAVE_CHECK +SUBDIRS_CHECK = check +else +SUBDIRS_CHECK = +endif + ALWAYS_SUBDIRS = \ gst sys ext \ - check docs \ + docs \ po \ m4 common SUBDIRS = \ $(ALWAYS_SUBDIRS) \ + $(SUBDIRS_CHECK) \ $(GCONF_DIR) DIST_SUBDIRS = \ $(ALWAYS_SUBDIRS) \ + check \ gconf EXTRA_DIST = \ diff --git a/common b/common index 615cf4d4..37ed26e3 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 615cf4d4506ef1ffb1f600c434fced1fa26b0f44 +Subproject commit 37ed26e33bae9a6ab256c62ebbb9d711374a0abb -- cgit