summaryrefslogtreecommitdiff
path: root/tests/examples/v4l/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/v4l/Makefile.am')
-rw-r--r--tests/examples/v4l/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/examples/v4l/Makefile.am b/tests/examples/v4l/Makefile.am
deleted file mode 100644
index 6132cdc0..00000000
--- a/tests/examples/v4l/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-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)
-