[640/906] build: add missing file to built sources

This commit is contained in:
Matthew Waters 2013-01-10 00:25:06 +11:00 committed by Tim-Philipp Müller
parent 4a886e91e4
commit a87b070abb

View file

@ -14,7 +14,8 @@ libgstgl_@GST_API_VERSION@_la_SOURCES = \
gstgldownload.c \ gstgldownload.c \
gstglupload.c \ gstglupload.c \
gstglwindow.c \ gstglwindow.c \
gstglapi.c gstglapi.c \
gstglfeature.c
libgstgl_@GST_API_VERSION@_la_LIBADD = \ libgstgl_@GST_API_VERSION@_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) \ $(GST_PLUGINS_BASE_LIBS) \
@ -57,7 +58,8 @@ libgstgl_@GST_API_VERSION@include_HEADERS = \
gstglshader.h \ gstglshader.h \
gstgldownload.h \ gstgldownload.h \
gstglupload.h \ gstglupload.h \
gstglapi.h gstglapi.h \
gstglfeature.h
libgstgl_@GST_API_VERSION@_la_CFLAGS = \ libgstgl_@GST_API_VERSION@_la_CFLAGS = \
$(GL_CFLAGS) \ $(GL_CFLAGS) \