summaryrefslogtreecommitdiff
path: root/src/libs/Makefile.am
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 /src/libs/Makefile.am
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 'src/libs/Makefile.am')
-rw-r--r--src/libs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/Makefile.am b/src/libs/Makefile.am
index 99b6857..266fcf0 100644
--- a/src/libs/Makefile.am
+++ b/src/libs/Makefile.am
@@ -1 +1 @@
-SUBDIRS = ray
+SUBDIRS = grid ray
© All Rights Reserved