gstreamer/tests/old/Makefile.am
Thomas Vander Stichele 9c3f561ddd got to get it
Original commit message from CVS:
got to get it
2002-10-19 16:05:16 +00:00

13 lines
288 B
Makefile

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