summaryrefslogtreecommitdiffstats
path: root/tests/examples/v4l2/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/v4l2/Makefile.am')
-rw-r--r--tests/examples/v4l2/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/examples/v4l2/Makefile.am b/tests/examples/v4l2/Makefile.am
new file mode 100644
index 00000000..43d3da2a
--- /dev/null
+++ b/tests/examples/v4l2/Makefile.am
@@ -0,0 +1,6 @@
+noinst_PROGRAMS = probe
+
+probe_SOURCES = probe.c
+probe_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
+probe_LDFLAGS = $(GST_BASE_LIBS) $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-0.10
+