mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
virgl: move sources list to Makefile.sources
... and add the missing files while we're at it. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
c1bf71f77c
commit
73308ca802
2 changed files with 19 additions and 10 deletions
|
|
@ -20,6 +20,7 @@
|
|||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
# DEALINGS IN THE SOFTWARE.
|
||||
|
||||
include Makefile.sources
|
||||
include $(top_srcdir)/src/gallium/Automake.inc
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
|
|
@ -31,13 +32,4 @@ AM_CPPFLAGS = \
|
|||
|
||||
noinst_LTLIBRARIES = libvirgl.la
|
||||
|
||||
libvirgl_la_SOURCES = \
|
||||
virgl_screen.c \
|
||||
virgl_resource.c \
|
||||
virgl_buffer.c \
|
||||
virgl_texture.c \
|
||||
virgl_context.c \
|
||||
virgl_encode.c \
|
||||
virgl_query.c \
|
||||
virgl_streamout.c \
|
||||
virgl_tgsi.c
|
||||
libvirgl_la_SOURCES = $(C_SOURCES)
|
||||
|
|
|
|||
17
src/gallium/drivers/virgl/Makefile.sources
Normal file
17
src/gallium/drivers/virgl/Makefile.sources
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
C_SOURCES := \
|
||||
virgl_buffer.c \
|
||||
virgl_context.c \
|
||||
virgl_context.h \
|
||||
virgl_encode.c \
|
||||
virgl_encode.h \
|
||||
virgl.h \
|
||||
virgl_protocol.h \
|
||||
virgl_public.h \
|
||||
virgl_query.c \
|
||||
virgl_resource.c \
|
||||
virgl_resource.h \
|
||||
virgl_screen.c \
|
||||
virgl_streamout.c \
|
||||
virgl_texture.c \
|
||||
virgl_tgsi.c \
|
||||
virgl_winsys.h
|
||||
Loading…
Add table
Reference in a new issue