diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |