From 9720c07f237ca6f2e4f45bf48b5ac5367e9b211e 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 0af5195..36f3bf7 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 = \ -- 2.7.4