mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
[640/906] build: add missing file to built sources
This commit is contained in:
parent
05d26c78e0
commit
fa44030aa3
1 changed files with 4 additions and 2 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue