gstreamer/testsuite/Makefile.am
Benjamin Otte 65f0bd8f69 fix for autoplug removal
Original commit message from CVS:
fix for autoplug removal
2003-12-13 21:12:17 +00:00

18 lines
339 B
Makefile

if USE_ALSA
ALSA_DIR=alsa
else
ALSA_DIR=
endif
SUBDIRS=spider $(ALSA_DIR) #seeking
DIST_SUBDIRS=spider alsa
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
#$(TESTS):
# @echo -e '\nrunning gst-register...\n'
# $(GST_TOOLS_DIR)/gst-register --gst-plugin-path=$(GST_PLUGIN_PATH)
#TESTS=$(GST_TOOLS_DIR)/gst-compprep
.PHONY: $(TESTS)