From 8fc01b81e0f95c8ea187d179b6f6a6b9afc4e79e Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 25 Apr 2021 14:51:00 -0400 Subject: Break code up into modules. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 582cdb7..21e90ac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Autoconf -*- -AC_INIT(spring-lisp-game-jam-2021, 0.1.0) -AC_CONFIG_SRCDIR(lisp-game-jam) +AC_INIT(test-subject, 0.1.0) +AC_CONFIG_SRCDIR(test-subject) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) AM_SILENT_RULES([yes]) -- cgit v1.2.3