fix for autoplug removal

Original commit message from CVS:
fix for autoplug removal
This commit is contained in:
Benjamin Otte 2003-12-13 21:12:17 +00:00
parent ac4b32fef1
commit 65f0bd8f69
2 changed files with 4 additions and 4 deletions

View file

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

View file

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