summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2019-05-24 07:46:07 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2019-05-24 07:46:07 -0400
commit117b5570b53e17b24f584dfb118e60b36d7b0dd0 (patch)
tree615ae0e4d235bd59e9e3210cdbce3cec41bedbf3 /Makefile.am
parent94719d5a6721c49f16bcfff939a103c7c5ce0b79 (diff)
Add global config module.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 25798e0..bc2ff0d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,6 +38,7 @@ moddir=$(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION)
godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache
SOURCES = \
+ starling/config.scm \
starling/inotify.scm \
starling/asset.scm \
starling/node.scm \