Added gst-plugins-base-subtitles0.10-0.10.34 for Meego Harmattan 1.2
[mafwsubrenderer] / gst-plugins-base-subtitles0.10 / tests / examples / Makefile.am
diff --git a/gst-plugins-base-subtitles0.10/tests/examples/Makefile.am b/gst-plugins-base-subtitles0.10/tests/examples/Makefile.am
new file mode 100644 (file)
index 0000000..48c38a5
--- /dev/null
@@ -0,0 +1,15 @@
+if HAVE_FT2
+FT2_SUBDIRS = seek snapshot
+else
+FT2_SUBDIRS =
+endif
+
+if USE_GIO
+GIO_SUBDIRS = gio
+endif
+
+SUBDIRS = app  dynamic $(FT2_SUBDIRS) $(GIO_SUBDIRS) overlay playrec volume v4l encoding
+
+DIST_SUBDIRS = app dynamic gio overlay seek snapshot playrec volume v4l encoding
+
+include $(top_srcdir)/common/parallel-subdirs.mak