summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-12-28 13:38:08 -0500
committerDavid Thompson <dthompson2@worcester.edu>2022-12-28 13:38:32 -0500
commitd2ba1218212e5db4d1afcc7c3f513e103ec88399 (patch)
tree4cd5e5d07e99f33d230edce12a91ae7916e31bf6 /Makefile.am
parent9b19ea91bd5672280238f4132153c5ef16ba127d (diff)
Add beginnings of UI 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 1fb5a2b..5351101 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,6 +50,7 @@ SOURCES = \
catbird/camera.scm \
catbird/node.scm \
catbird/node-2d.scm \
+ catbird/ui.scm \
catbird/scene.scm \
catbird/region.scm \
catbird/kernel.scm \