Added gst-plugins-base-subtitles0.10-0.10.34 for Meego Harmattan 1.2
[mafwsubrenderer] / gst-plugins-base-subtitles0.10 / tests / examples / v4l / Makefile.am
diff --git a/gst-plugins-base-subtitles0.10/tests/examples/v4l/Makefile.am b/gst-plugins-base-subtitles0.10/tests/examples/v4l/Makefile.am
new file mode 100644 (file)
index 0000000..6132cdc
--- /dev/null
@@ -0,0 +1,10 @@
+noinst_PROGRAMS = probe
+
+probe_SOURCES = probe.c
+probe_CFLAGS  = $(GST_PLUGINS_BASE_CFLAGS) \
+               $(GST_BASE_CFLAGS) $(GST_CFLAGS)
+probe_LDFLAGS = \
+               $(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
+               $(GST_PLUGINS_BASE_LIBS) \
+               $(GST_BASE_LIBS) $(GST_LIBS)
+