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 committed by Tim-Philipp Müller
parent 3ba30d42a4
commit f3bd3d0b94

View file

@ -29,7 +29,8 @@ libgstgl_@GST_API_VERSION@_la_SOURCES = \
gstglframebuffer.c \ gstglframebuffer.c \
gstglsyncmeta.c \ gstglsyncmeta.c \
gstglviewconvert.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@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl
libgstgl_@GST_API_VERSION@include_HEADERS = \ libgstgl_@GST_API_VERSION@include_HEADERS = \