autoplug doesn't depend on gnome anymore.

Original commit message from CVS:
autoplug doesn't depend on gnome anymore.
This commit is contained in:
Wim Taymans 2002-01-17 20:58:42 +00:00
parent 0b77ebb8b0
commit e68e6b8a64
2 changed files with 4 additions and 4 deletions

View file

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

View file

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