mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
build: Fix 'make dist'.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
197c1d9612
commit
a6bf217af8
@ -43,7 +43,8 @@ vkd3d_cross_tests = \
|
|||||||
tests/d3d12_invalid_usage
|
tests/d3d12_invalid_usage
|
||||||
|
|
||||||
vkd3d_test_headers = \
|
vkd3d_test_headers = \
|
||||||
tests/vkd3d_d3d12_test.h
|
tests/d3d12_crosstest.h \
|
||||||
|
tests/d3d12_test_utils.h
|
||||||
|
|
||||||
vkd3d_demos = \
|
vkd3d_demos = \
|
||||||
demos/gears \
|
demos/gears \
|
||||||
@ -71,7 +72,7 @@ libvkd3d_shader_la_SOURCES = \
|
|||||||
include/private/vkd3d_common.h \
|
include/private/vkd3d_common.h \
|
||||||
include/private/vkd3d_debug.h \
|
include/private/vkd3d_debug.h \
|
||||||
include/private/vkd3d_memory.h \
|
include/private/vkd3d_memory.h \
|
||||||
include/private/vkd3d_shader.h \
|
include/vkd3d_shader.h \
|
||||||
libs/vkd3d-shader/checksum.c \
|
libs/vkd3d-shader/checksum.c \
|
||||||
libs/vkd3d-shader/dxbc.c \
|
libs/vkd3d-shader/dxbc.c \
|
||||||
libs/vkd3d-shader/spirv.c \
|
libs/vkd3d-shader/spirv.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user