diff options
Diffstat (limited to 'gst-libs/gst/gl/Makefile.am')
-rw-r--r-- | gst-libs/gst/gl/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am index 7301b0460..f1cb9e178 100644 --- a/gst-libs/gst/gl/Makefile.am +++ b/gst-libs/gst/gl/Makefile.am @@ -70,7 +70,8 @@ libgstgl_@GST_API_VERSION@include_HEADERS = \ noinst_HEADERS = \ gstglsl_private.h \ - utils/opengl_versions.h + utils/opengl_versions.h \ + utils/gles_versions.h libgstgl_@GST_API_VERSION@_la_LIBADD = \ |