we went through this only a week or two ago, if test -z $DIST_SUBDIRS then comment...
authorAndy Wingo <wingo@pobox.com>
Fri, 1 Mar 2002 20:21:36 +0000 (20:21 +0000)
committerAndy Wingo <wingo@pobox.com>
Fri, 1 Mar 2002 20:21:36 +0000 (20:21 +0000)
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
testsuite/Makefile.am

index c5fa006..bf72f14 100644 (file)
@@ -1,5 +1,5 @@
-SUBDIRS=##autoplug
-DIST_SUBDIRS=##autoplug
+#SUBDIRS=##autoplug
+#DIST_SUBDIRS=##autoplug
 
 GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
 
index c5fa006..bf72f14 100644 (file)
@@ -1,5 +1,5 @@
-SUBDIRS=##autoplug
-DIST_SUBDIRS=##autoplug
+#SUBDIRS=##autoplug
+#DIST_SUBDIRS=##autoplug
 
 GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)