[640/906] build: add missing file to built sources
authorMatthew Waters <ystreet00@gmail.com>
Wed, 9 Jan 2013 13:25:06 +0000 (00:25 +1100)
committerMatthew Waters <ystreet00@gmail.com>
Sat, 15 Mar 2014 17:36:52 +0000 (18:36 +0100)
gst-libs/gst/gl/Makefile.am

index 93c1dc2..b5ece57 100644 (file)
@@ -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) \