From: Andy Wingo Date: Fri, 1 Mar 2002 20:21:36 +0000 (+0000) Subject: we went through this only a week or two ago, if test -z $DIST_SUBDIRS then comment... X-Git-Tag: 1.19.3~511^2~16109 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16d635f2fd9ef080bddd7525ef7b547972f7bfde;p=platform%2Fupstream%2Fgstreamer.git 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 --- 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)