r2024: moved files to separate base interface
[clsql.git] / clsql-base.system
index 7f823935c0143f822fe0b33727ad4fc6fb04f3fe..80f359c8a0226e84850e7493056a1adbe300d572 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql-base.system,v 1.2 2002/05/13 05:24:57 kevin Exp $
+;;;; $Id: clsql-base.system,v 1.3 2002/05/13 16:22:08 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -28,9 +28,9 @@
 ;;; System definitions
 
 (mk:defsystem :clsql-base
-    :source-pathname "CL-LIBRARY:clsql;sql;"
+    :source-pathname "CL-LIBRARY:clsql;base;"
     :source-extension "cl"
-    :binary-pathname "CL-LIBRARY:clsql;sql;bin;"
+    :binary-pathname "CL-LIBRARY:clsql;base;bin;"
     :components ((:file "package")
                 (:file "classes" :depends-on ("package"))
                 (:file "conditions" :depends-on ("classes"))