From fa44030aa3f22cd9f648b07b162330d73d72550e Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Thu, 10 Jan 2013 00:25:06 +1100 Subject: [PATCH] [640/906] build: add missing file to built sources --- gst-libs/gst/gl/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am index 93c1dc232a..b5ece57cd7 100644 --- a/gst-libs/gst/gl/Makefile.am +++ b/gst-libs/gst/gl/Makefile.am @@ -14,7 +14,8 @@ libgstgl_@GST_API_VERSION@_la_SOURCES = \ gstgldownload.c \ gstglupload.c \ gstglwindow.c \ - gstglapi.c + gstglapi.c \ + gstglfeature.c libgstgl_@GST_API_VERSION@_la_LIBADD = \ $(GST_PLUGINS_BASE_LIBS) \ @@ -57,7 +58,8 @@ libgstgl_@GST_API_VERSION@include_HEADERS = \ gstglshader.h \ gstgldownload.h \ gstglupload.h \ - gstglapi.h + gstglapi.h \ + gstglfeature.h libgstgl_@GST_API_VERSION@_la_CFLAGS = \ $(GL_CFLAGS) \