summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-08-26 20:11:35 -0400
committerDavid Thompson <dthompson2@worcester.edu>2018-08-27 17:48:35 -0400
commit3ca40535db2fadfd34546abcb810adc575c97e45 (patch)
tree29362acf83a538b1776e5ca8b9b700611a1c8e9b /Makefile.am
parent3a259726918364985b141b9a15493353bbbcb495 (diff)
Add live asset reloading.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 49313d9..108173a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,6 +38,8 @@ moddir=$(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION)
godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache
SOURCES = \
+ starling/inotify.scm \
+ starling/asset.scm \
starling/node.scm \
starling/node-2d.scm \
starling/repl.scm \