summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-04-16 08:45:34 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-04-16 08:45:34 -0400
commit960336af94a4e438de99f2893160735fed55f532 (patch)
tree9ace6690949f1ffbe1a12e5e7bf377ccbd3745b4 /Makefile.am
parentb229ca95ce29eb9b70dc10ac79536788f0d90f9d (diff)
Add beginnings of a graphical user interface widget 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 aa89d2c..22c997f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,6 +50,7 @@ SOURCES = \
starling/minibuffer.scm \
starling/kernel.scm \
starling/node-2d.scm \
+ starling/gui.scm \
starling/transition.scm
EXTRA_DIST += \