summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-12-15 12:14:43 -0500
committerDavid Thompson <dthompson2@worcester.edu>2023-01-06 16:00:25 -0500
commit03944a1765fcfc26dc11f25e659fbb7a2c1a03fa (patch)
tree1c83d5aa3b57078a384d56d37ca40e58805a4a2e /Makefile.am
parentd4608e63104b217f5741d057675255efa5b522f9 (diff)
Break into modules.
This will make adding ocapn easier.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a571bce..de95d08 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,4 +22,8 @@ moddir=$(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION)
godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache
SOURCES = \
+ community-garden/plant.scm \
+ community-garden/garden-bed.scm \
+ community-garden/actors.scm \
+ community-garden/view.scm \
community-garden.scm