From 16d635f2fd9ef080bddd7525ef7b547972f7bfde Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 1 Mar 2002 20:21:36 +0000 Subject: [PATCH] we went through this only a week or two ago, if test -z $DIST_SUBDIRS then comment out both Original commit message from CVS: we went through this only a week or two ago, if test -z $DIST_SUBDIRS then comment out both SUBDIRS and DIST_SUBDIRS --- tests/old/Makefile.am | 4 ++-- testsuite/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/old/Makefile.am b/tests/old/Makefile.am index c5fa006..bf72f14 100644 --- a/tests/old/Makefile.am +++ b/tests/old/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS=##autoplug -DIST_SUBDIRS=##autoplug +#SUBDIRS=##autoplug +#DIST_SUBDIRS=##autoplug GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index c5fa006..bf72f14 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS=##autoplug -DIST_SUBDIRS=##autoplug +#SUBDIRS=##autoplug +#DIST_SUBDIRS=##autoplug GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd) -- 2.7.4