diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2018-12-30 16:31:35 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-12-30 16:31:35 -0800 |
commit | 2436fde1cfe091db740f15665822e18295a7f8de (patch) | |
tree | 88a982ed101fa30015a752f6a51f2907706ece46 /src/libs/grid/Makefile.am | |
parent | 7146b9c2a253c5c51d7935bae8725232ef276cdf (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/grid/Makefile.am')
-rw-r--r-- | src/libs/grid/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libs/grid/Makefile.am b/src/libs/grid/Makefile.am new file mode 100644 index 0000000..e9c8f3a --- /dev/null +++ b/src/libs/grid/Makefile.am @@ -0,0 +1,3 @@ +noinst_LIBRARIES = libgrid.a +libgrid_a_SOURCES = grid.c grid.h macros.h +libgrid_a_CPPFLAGS = -I@top_srcdir@/src |