summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-07-26 17:22:33 -0400
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-07-26 17:25:25 -0400
commit823c9ca834d6b239d4f9881d60aee5265211b2e1 (patch)
tree8baedcdef3fce5f4707b53f828afd381cd5798bc
parent8ef1050d1efebbaa2af3c9141ce414e78d429203 (diff)
validate: Fix building the tracer
It fails on some platforms, I guess this is the reason
-rw-r--r--validate/gst/validate/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/validate/gst/validate/Makefile.am b/validate/gst/validate/Makefile.am
index 2c8ef45..e9985a3 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) \