summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-03-15 17:47:26 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-03-15 17:47:26 (EDT)
commitfeced94b1eda53b5234498a4a45d2544796291fc (patch)
tree997caeb9113023f8dc84d66e65b4875a68fbf9ac /configure.ac
parent2259e3ae84544b04cacb0e87e76302870d355e61 (diff)
downloaddodge-balls-feced94b1eda53b5234498a4a45d2544796291fc.zip
dodge-balls-feced94b1eda53b5234498a4a45d2544796291fc.tar.gz
dodge-balls-feced94b1eda53b5234498a4a45d2544796291fc.tar.bz2
build: Make games/classic build directory
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index eaf4387..434f627 100644
--- a/configure.ac
+++ b/configure.ac
@@ -120,6 +120,8 @@ if test "x$XCF2PNG" = "xno"; then
xcftools may need to be installed.])
fi
+AS_MKDIR_P([games/classic])
+
AC_CONFIG_FILES([Makefile])
AC_CONFIG_HEADERS([config.h])
AC_OUTPUT()