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
This commit is contained in:
Thomas Vander Stichele 2002-01-17 12:31:12 +00:00
parent f2842d1e50
commit f2237cbace
2 changed files with 4 additions and 18 deletions

View file

@ -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

View file

@ -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