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
This commit is contained in:
Nicolas Dufresne 2015-08-10 14:48:58 -04:00
parent 29786be80f
commit 9720c07f23

View file

@ -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 = \