From 2cad32d7fa87a277fa6cbcc6d1a54a747bae9caf Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Wed, 22 Jun 2022 16:09:03 +0200 Subject: [PATCH] build: Add tests/vulkan_procs.h to the distribution. Signed-off-by: Henri Verbeet Signed-off-by: Alexandre Julliard --- 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 \