From 1386cfb20db6259ed74f089f31109e88e21bb5b3 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 4 Oct 2020 20:40:31 -0400 Subject: Add system module to fix circular reference. It's very bad that the node-2d module was depending on the kernel module. If the kernel includes a module that includes node-2d, a circular reference occurs and things get very strange very fast. Lots of weird compilation errors and stuff. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bc2ff0d..503a280 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,7 @@ godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache SOURCES = \ starling/config.scm \ starling/inotify.scm \ + starling/system.scm \ starling/asset.scm \ starling/node.scm \ starling/scene.scm \ -- cgit v1.2.3