gstreamer/testsuite/Makefile.am
Ronald S. Bultje c58ee4ef21 testsuite/Makefile.am: Fix more OSX buildbots.
Original commit message from CVS:
* testsuite/Makefile.am:
Fix more OSX buildbots.
2005-02-01 18:13:20 +00:00

32 lines
465 B
Makefile

if USE_ALSA
ALSA_DIR=alsa
else
ALSA_DIR=
endif
if HAVE_GTK
EMBED_DIR=embed
else
EMBED_DIR=
endif
SUBDIRS = \
$(EMBED_DIR) \
spider \
multifilesink \
$(ALSA_DIR) #seeking
DIST_SUBDIRS = \
embed \
spider \
alsa \
multifilesink
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)