chiark / gitweb /
GTK also required when using CLISP
[clg] / tools / clg-tools.asd
index a4da6ab27669f892ac9e850f734bf47ae4364eb8..c019843a7a421d08ea76f3528bc353ebee7eb095 100644 (file)
@@ -9,6 +9,7 @@
 
 (defsystem clg-tools
     :components ((:file "autoexport")
-                (:file "config")
-                (:file "asdf-extensions")))
+                (:file "utils")
+                (:file "config" :depends-on ("utils"))
+                (:file "asdf-extensions" :depends-on ("utils"))))