From 65f0bd8f69e5a430783d1106bbf23279c18f4a58 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 13 Dec 2003 21:12:17 +0000 Subject: [PATCH] fix for autoplug removal Original commit message from CVS: fix for autoplug removal --- 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 629d896ed3..9d43a4f288 100644 --- a/tests/old/Makefile.am +++ b/tests/old/Makefile.am @@ -4,8 +4,8 @@ else ALSA_DIR= endif -SUBDIRS=autoplug spider $(ALSA_DIR) #seeking -DIST_SUBDIRS=autoplug spider alsa +SUBDIRS=spider $(ALSA_DIR) #seeking +DIST_SUBDIRS=spider alsa GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 629d896ed3..9d43a4f288 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -4,8 +4,8 @@ else ALSA_DIR= endif -SUBDIRS=autoplug spider $(ALSA_DIR) #seeking -DIST_SUBDIRS=autoplug spider alsa +SUBDIRS=spider $(ALSA_DIR) #seeking +DIST_SUBDIRS=spider alsa GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)