From 8da1c6e19f6609829e8d09da3dbbdb379b51ef1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Tue, 14 Nov 2023 23:39:17 +0100 Subject: [PATCH] wineopenxr: Use SOURCES instead of C(XX)_SRCS. --- wineopenxr/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wineopenxr/Makefile.in b/wineopenxr/Makefile.in index 150a7aad..e2cd8b7a 100644 --- a/wineopenxr/Makefile.in +++ b/wineopenxr/Makefile.in @@ -4,6 +4,6 @@ IMPORTS = advapi32 dxgi EXTRADLLFLAGS = -mcygwin -lvulkan EXTRADEFS = -DWINE_NO_LONG_TYPES -C_SRCS = \ +SOURCES = \ openxr.c \ openxr_thunks.c \