summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPhilip J Freeman <elektron@halo.nu>2022-08-06 09:40:11 -0700
committerVito Caputo <vcaputo@pengaru.com>2023-12-01 14:00:32 -0800
commitdc59f812eedc39c0e764a19519aeb88856992d12 (patch)
tree1770e4990c126011b0175556026d15ff3959cb8e /src/Makefile.am
parenta8d8fecb9d97cc6e4c3ff82771e98243a037691b (diff)
modules/spokes: add spokes module
This module started out as a way to test a line drawing algorithm, but ended up looking interesting enough to include as a module of it's own. #ZephyrCommit #BirdwalkCommit
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a2a8770..d2fe42b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -62,6 +62,7 @@ libtil_la_LIBADD = \
modules/snow/libsnow.la \
modules/sparkler/libsparkler.la \
modules/spiro/libspiro.la \
+ modules/spokes/libspokes.la \
modules/stars/libstars.la \
modules/strobe/libstrobe.la \
modules/stub/libstub.la \
© All Rights Reserved