From: Thomas Vander Stichele Date: Thu, 17 Jan 2002 12:31:12 +0000 (+0000) Subject: I've removed autoplug from build and dist since it seems to need Gnome and we agreed... X-Git-Tag: RELEASE-0_3_2-DOBDAY~83 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2237cbace902b211c9f1895629abcaa4099698f;p=platform%2Fupstream%2Fgstreamer.git I've removed autoplug from build and dist since it seems to need Gnome and we agreed not to have that in the core. Original commit message from CVS: I've removed autoplug from build and dist since it seems to need Gnome and we agreed not to have that in the core. Can someone take a look at it ? I couldn't get it to work anyway ;) It should probably either be rewritten without gnome or moved to another module --- diff --git a/examples/Makefile.am b/examples/Makefile.am index b81c156..4e91259 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,22 +1,15 @@ - -if HAVE_GNOME -GNOME_SUBDS = autoplug -else -GNOME_SUBDS = -endif - if GST_DISABLE_LOADSAVE GST_LOADSAVE_DIRS = else GST_LOADSAVE_DIRS = xml typefind endif -SUBDIRS = $(GNOME_SUBDS) $(GST_LOADSAVE_DIRS) \ +SUBDIRS = $(GST_LOADSAVE_DIRS) \ helloworld helloworld2 \ queue queue2 queue3 queue4 \ launch thread plugins mixer cutter -DIST_SUBDIRS = autoplug \ +DIST_SUBDIRS = \ 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 b81c156..4e91259 100644 --- a/tests/old/examples/Makefile.am +++ b/tests/old/examples/Makefile.am @@ -1,22 +1,15 @@ - -if HAVE_GNOME -GNOME_SUBDS = autoplug -else -GNOME_SUBDS = -endif - if GST_DISABLE_LOADSAVE GST_LOADSAVE_DIRS = else GST_LOADSAVE_DIRS = xml typefind endif -SUBDIRS = $(GNOME_SUBDS) $(GST_LOADSAVE_DIRS) \ +SUBDIRS = $(GST_LOADSAVE_DIRS) \ helloworld helloworld2 \ queue queue2 queue3 queue4 \ launch thread plugins mixer cutter -DIST_SUBDIRS = autoplug \ +DIST_SUBDIRS = \ helloworld helloworld2 \ queue queue2 queue3 queue4 \ launch thread xml plugins typefind mixer cutter