summaryrefslogtreecommitdiffstats
path: root/tests/examples/v4l2/Makefile.am
diff options
context:
space:
mode:
authorFilippo Argiolas <filippo.argiolas@gmail.com>2009-07-03 08:47:12 +0200
committerFilippo Argiolas <filippo.argiolas@gmail.com>2009-07-13 16:16:22 +0200
commit6105fa5b5e16101eb470927e2b263eec4ca44a03 (patch)
tree9d75a21106a20826ed716d6ab27bc152711d8536 /tests/examples/v4l2/Makefile.am
parent946c20a8ba9d5266b45378c38f2882352c65b79d (diff)
v4l2src: add a simple test case for device probing
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
+