From f3bd3d0b9488e08935f570083f4d87f24fe5cb7d Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Mon, 10 Aug 2015 14:48:58 -0400 Subject: [PATCH] gl: Add opengl_version.h to the list of sources Adding this private header to the list of sources. We don't want to make this header public, but we need it in the list of sources otherwise it won't be included in the tarball. This fixes make distcheck. This regression was introduced by commit 1a6fe3db --- gst-libs/gst/gl/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am index 0af519550f..36f3bf79d7 100644 --- a/gst-libs/gst/gl/Makefile.am +++ b/gst-libs/gst/gl/Makefile.am @@ -29,7 +29,8 @@ libgstgl_@GST_API_VERSION@_la_SOURCES = \ gstglframebuffer.c \ gstglsyncmeta.c \ gstglviewconvert.c \ - gstgloverlaycompositor.c + gstgloverlaycompositor.c \ + utils/opengl_versions.h libgstgl_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl libgstgl_@GST_API_VERSION@include_HEADERS = \