Henri Verbeet : build: Add tests/vulkan_procs.h to the distribution.

Alexandre Julliard julliard at winehq.org
Wed Jun 22 11:32:11 CDT 2022


Module: vkd3d
Branch: master
Commit: 2cad32d7fa87a277fa6cbcc6d1a54a747bae9caf
URL:    https://source.winehq.org/git/vkd3d.git/?a=commit;h=2cad32d7fa87a277fa6cbcc6d1a54a747bae9caf

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Wed Jun 22 16:09:03 2022 +0200

build: Add tests/vulkan_procs.h to the distribution.

Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 0f10a56f..fe8133a5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -144,7 +144,8 @@ vkd3d_test_headers = \
 	tests/d3d12_crosstest.h \
 	tests/d3d12_test_utils.h \
 	tests/shader_runner.h \
-	tests/utils.h
+	tests/utils.h \
+	tests/vulkan_procs.h
 
 vkd3d_demos = \
 	demos/vkd3d-gears \




More information about the wine-cvs mailing list