gstreamer/testsuite/Makefile.am
Wim Taymans b5f578ca0a Removed the old seeking example
Original commit message from CVS:
Removed the old seeking example
2002-06-08 13:30:27 +00:00

13 lines
280 B
Makefile

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