gstreamer/tests/old/Makefile.am

14 lines
307 B
Makefile
Raw Normal View History

SUBDIRS=spider #seeking ##autoplug
##DIST_SUBDIRS=##autoplug
DIST_SUBDIRS=spider
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)