summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-12-30 16:31:35 -0800
committerVito Caputo <vcaputo@pengaru.com>2018-12-30 16:31:35 -0800
commit2436fde1cfe091db740f15665822e18295a7f8de (patch)
tree88a982ed101fa30015a752f6a51f2907706ece46 /configure.ac
parent7146b9c2a253c5c51d7935bae8725232ef276cdf (diff)
libs/grid: add grid cellular automata component
Prep for adding a new module displaying a cellular automata based on the grid component from a multiplayer game I'm working on.
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 ced42a7..3b98877 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,6 +35,7 @@ AC_CONFIG_FILES([
Makefile
src/Makefile
src/libs/Makefile
+ src/libs/grid/Makefile
src/libs/ray/Makefile
src/modules/Makefile
src/modules/julia/Makefile
© All Rights Reserved