aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork.asd
diff options
context:
space:
mode:
Diffstat (limited to 'wheelwork.asd')
-rw-r--r--wheelwork.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/wheelwork.asd b/wheelwork.asd
index ef3a1a3..4acb79e 100644
--- a/wheelwork.asd
+++ b/wheelwork.asd
@@ -31,7 +31,8 @@
(:file "font")))
(:module "core-units"
:components ((:file "unit")
- (:file "container")))
+ (:file "container")
+ (:file "affine")))
(:module "events"
:components ((:file "event-handler")
(:file "listener-and-interactive")))