From ff674b5db51aa033ded1985ea5b2adeda8ea826a Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Wed, 6 Dec 2023 12:00:00 +0100 Subject: [PATCH] build: Add tests/driver.c to the distribution. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2616a857..d7696122 100644 --- a/Makefile.am +++ b/Makefile.am @@ -483,7 +483,7 @@ cross_implibs = crosslibs/d3d12 CROSS_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/include/private -I$(builddir)/include -I$(builddir)/tests CROSS_CFLAGS = -g -O2 -Wall -municode ${CROSS_CPPFLAGS} -D__USE_MINGW_ANSI_STDIO=0 -DVKD3D_CROSSTEST=1 EXTRA_DIST += $(cross_implibs:=.cross32.def) $(cross_implibs:=.cross64.def) -EXTRA_DIST += tests/shader_runner_d3d11.c tests/shader_runner_d3d9.c +EXTRA_DIST += tests/driver.c tests/shader_runner_d3d11.c tests/shader_runner_d3d9.c shader_runner_cross_sources = \ $(srcdir)/tests/shader_runner.c \