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
1 noinst_PROGRAMS = probe
2
3 probe_SOURCES = probe.c
4 probe_CFLAGS  = $(GST_PLUGINS_BASE_CFLAGS) \
5                 $(GST_BASE_CFLAGS) $(GST_CFLAGS)
6 probe_LDFLAGS = \
7                 $(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
8                 $(GST_PLUGINS_BASE_LIBS) \
9                 $(GST_BASE_LIBS) $(GST_LIBS)
10