diff options
Diffstat (limited to 'tests/old/Makefile.am')
-rw-r--r-- | tests/old/Makefile.am | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/old/Makefile.am b/tests/old/Makefile.am deleted file mode 100644 index c376eaa7..00000000 --- a/tests/old/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -if USE_ALSA -ALSA_DIR=alsa -else -ALSA_DIR= -endif - -# if HAVE_GTK -# EMBED_DIR=embed -# else -# EMBED_DIR= -# endif - -SUBDIRS = \ - $(ALSA_DIR) #seeking -DIST_SUBDIRS = \ - 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) |