validate: Fix building the tracer
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Wed, 26 Jul 2017 21:22:33 +0000 (17:22 -0400)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Wed, 26 Jul 2017 21:25:25 +0000 (17:25 -0400)
It fails on some platforms, I guess this is the reason

validate/gst/validate/Makefile.am

index 2c8ef45..e9985a3 100644 (file)
@@ -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) \