From de1292f8ac3c655c48d0aadc3b106c464ea94bb8 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 27 Jan 2024 20:18:39 -0800 Subject: [PATCH] Fixed build (cherry picked from commit 11c932bf1dbef431eaae918e5d14163669e2e90e) --- test/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Makefile.in b/test/Makefile.in index acd0764b1..76331d67f 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -141,6 +141,7 @@ testautomation$(EXE): $(srcdir)/testautomation.c \ $(srcdir)/testautomation_hints.c \ $(srcdir)/testautomation_joystick.c \ $(srcdir)/testautomation_keyboard.c \ + $(srcdir)/testautomation_log.c \ $(srcdir)/testautomation_main.c \ $(srcdir)/testautomation_math.c \ $(srcdir)/testautomation_mouse.c \