From 2165bd0c6e1b91967130843fb7fe496d7bd5a43d Mon Sep 17 00:00:00 2001 From: gramanas Date: Sat, 25 May 2024 01:50:56 +0300 Subject: lib --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2e82426..839ac2d 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_INIT([game],[0.0.1]) # Safety checks in case user overwritten --srcdir -AC_CONFIG_SRCDIR([src/game.c]) +AC_CONFIG_SRCDIR([src/render.c]) # Store the auxiliary build tools (e.g., install-sh, config.sub, config.guess) # in this dir (build-aux) -- cgit v1.2.3