gl: Add opengl_version.h to the list of sources
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 10 Aug 2015 18:48:58 +0000 (14:48 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 10 Aug 2015 18:51:02 +0000 (14:51 -0400)
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

index 0af5195..36f3bf7 100644 (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 = \