diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2024-05-25 01:50:56 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2024-05-25 01:50:56 +0300 |
commit | 2165bd0c6e1b91967130843fb7fe496d7bd5a43d (patch) | |
tree | 758855d41b74374772aeaaa1104447483f58060f /configure.ac | |
parent | 4aa2b1e558993e0d81bcf5b694dca651a7943649 (diff) | |
download | cgame-2165bd0c6e1b91967130843fb7fe496d7bd5a43d.tar.gz cgame-2165bd0c6e1b91967130843fb7fe496d7bd5a43d.tar.bz2 cgame-2165bd0c6e1b91967130843fb7fe496d7bd5a43d.zip |
lib
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) |