From e68e6b8a6415b48f4773547799147a9f14831d35 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 17 Jan 2002 20:58:42 +0000 Subject: [PATCH] autoplug doesn't depend on gnome anymore. Original commit message from CVS: autoplug doesn't depend on gnome anymore. --- examples/Makefile.am | 4 ++-- tests/old/examples/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 4e912594a7..2e4f7ae609 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -4,12 +4,12 @@ else GST_LOADSAVE_DIRS = xml typefind endif -SUBDIRS = $(GST_LOADSAVE_DIRS) \ +SUBDIRS = autoplug $(GST_LOADSAVE_DIRS) \ helloworld helloworld2 \ queue queue2 queue3 queue4 \ launch thread plugins mixer cutter -DIST_SUBDIRS = \ +DIST_SUBDIRS = autoplug \ helloworld helloworld2 \ queue queue2 queue3 queue4 \ launch thread xml plugins typefind mixer cutter diff --git a/tests/old/examples/Makefile.am b/tests/old/examples/Makefile.am index 4e912594a7..2e4f7ae609 100644 --- a/tests/old/examples/Makefile.am +++ b/tests/old/examples/Makefile.am @@ -4,12 +4,12 @@ else GST_LOADSAVE_DIRS = xml typefind endif -SUBDIRS = $(GST_LOADSAVE_DIRS) \ +SUBDIRS = autoplug $(GST_LOADSAVE_DIRS) \ helloworld helloworld2 \ queue queue2 queue3 queue4 \ launch thread plugins mixer cutter -DIST_SUBDIRS = \ +DIST_SUBDIRS = autoplug \ helloworld helloworld2 \ queue queue2 queue3 queue4 \ launch thread xml plugins typefind mixer cutter