gstreamer/tests/examples/v4l/Makefile.am
2011-06-08 12:21:43 +01:00

9 lines
260 B
Makefile

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_BASE_LIBS) $(GST_LIBS)