r3287: *** empty log message ***
[umlisp.git] / umlisp.asd
index 86d6b2c4ff40ad3b7ee0e4806b4b12d3930df9a6..29e1e5829996cdcfeb533dfaf70117e3437cef89 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: umlisp.asd,v 1.8 2002/10/18 03:57:39 kevin Exp $
+;;;; $Id: umlisp.asd,v 1.10 2002/11/03 20:10:11 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
@@ -18,7 +18,7 @@
 
 (in-package :asdf)
 
-#+(or allegro lispworks cmu sbcl openmcl)
+#+(or allegro lispworks cmu sbcl openmcl scl)
 (defsystem :umlisp
   :perform (load-op :after (op umlisp)
                    (pushnew :umlisp cl:*features*))
@@ -38,7 +38,8 @@
      :depends-on (:clsql-mysql
                  :clsql-postgresql
                  :clsql
-                 :kmrcl))
+                 :kmrcl
+                 :hyperobject))
 
 #+(or allegro lispworks cmu sbcl openmcl)
 (when (ignore-errors (find-class 'load-compiled-op))