From 57d8ba0fd20fccfa257bbfc0b72e2fdb4f001a4f Mon Sep 17 00:00:00 2001 From: Filippo Argiolas Date: Tue, 14 Jul 2009 19:00:36 +0200 Subject: [PATCH] examples: fix v4l probe example build Fixes bug #588550. --- tests/examples/v4l/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/examples/v4l/Makefile.am b/tests/examples/v4l/Makefile.am index 43d3da2..fae35d4 100644 --- a/tests/examples/v4l/Makefile.am +++ b/tests/examples/v4l/Makefile.am @@ -1,6 +1,9 @@ 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 +probe_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \ + $(GST_BASE_CFLAGS) $(GST_CFLAGS) +probe_LDFLAGS = $(GST_PLUGINS_BASE_LIBS) \ + $(GST_BASE_LIBS) $(GST_LIBS) \ + $(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la -- 2.7.4