Added gst-plugins-base-subtitles0.10-0.10.34 for Meego Harmattan 1.2
[mafwsubrenderer] / gst-plugins-base-subtitles0.10 / tests / old / Makefile.am
1 if USE_ALSA
2 ALSA_DIR=alsa
3 else
4 ALSA_DIR=
5 endif
6
7 # if HAVE_GTK
8 # EMBED_DIR=embed
9 # else
10 # EMBED_DIR=
11 # endif
12
13 SUBDIRS = \
14         $(ALSA_DIR) #seeking
15 DIST_SUBDIRS = \
16         alsa
17
18 GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
19
20 #$(TESTS):
21 #       @echo -e '\nrunning gst-register...\n'
22 #       $(GST_TOOLS_DIR)/gst-register --gst-plugin-path=$(GST_PLUGIN_PATH)
23
24 #TESTS=$(GST_TOOLS_DIR)/gst-compprep
25
26 .PHONY: $(TESTS)