summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2022-04-19 15:27:30 -0700
committerVito Caputo <vcaputo@pengaru.com>2022-04-22 00:50:39 -0700
commitf8929c9f06eff1dc2efa8331a26fb0f7b1ab3252 (patch)
treecd61010c66eba98513e5741bacff8dcafaf9af3b /configure.ac
parent8e1330d60cb94629cbc09f65f558d47cdbfe633b (diff)
modules/checkers: experimenting with a checkers overlay
This adds a checkers style overlay module, it's not terribly interesting but may be made more useful if modules start differentiating themselves as substantial vs. overlay effects. It'd be nice if rtv/compose could automagically apply and randomize overlay modules atop others, which would make use of this type of thing as well as encourage more small modules like these be written.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 51cbe05..8331d2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,6 +42,7 @@ AC_CONFIG_FILES([
src/libs/txt/Makefile
src/modules/Makefile
src/modules/blinds/Makefile
+ src/modules/checkers/Makefile
src/modules/compose/Makefile
src/modules/drizzle/Makefile
src/modules/flui2d/Makefile
© All Rights Reserved