Added utils.lisp to the system
authorespen <espen>
Wed, 29 Mar 2006 10:00:03 +0000 (10:00 +0000)
committerespen <espen>
Wed, 29 Mar 2006 10:00:03 +0000 (10:00 +0000)
tools/clg-tools.asd

index a4da6ab..fac09a5 100644 (file)
@@ -9,6 +9,7 @@
 
 (defsystem clg-tools
     :components ((:file "autoexport")
-                (:file "config")
+                (:file "utils")
+                (:file "config" :depends-on ("utils"))
                 (:file "asdf-extensions")))