From 823c9ca834d6b239d4f9881d60aee5265211b2e1 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 26 Jul 2017 17:22:33 -0400 Subject: [PATCH] validate: Fix building the tracer It fails on some platforms, I guess this is the reason --- validate/gst/validate/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/validate/gst/validate/Makefile.am b/validate/gst/validate/Makefile.am index 2c8ef45f23..e9985a3cf3 100644 --- a/validate/gst/validate/Makefile.am +++ b/validate/gst/validate/Makefile.am @@ -85,6 +85,7 @@ libgstvalidate_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VE # GstValidate GStreamer plugin plugin_LTLIBRARIES = libgstvalidatetracer.la +nodist_libgstvalidatetracer_la_SOURCES = $(built_source_make) libgstvalidatetracer_la_SOURCES = $(source_c) libgstvalidatetracer_la_CFLAGS = $(GST_ALL_CFLAGS)\ $(JSON_GLIB_CFLAGS) $(GIO_CFLAGS) $(GST_PBUTILS_CFLAGS) \