r2605: *** empty log message ***
[clsql.git] / clsql-uffi.system
index 874d044cc2d48dc7f1675ebaa67a00bf0b63fbb6..cb820b8632be7a66382abff4f1ba8d34629e1f9d 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql-uffi.system,v 1.7 2002/08/23 19:39:56 kevin Exp $
+;;;; $Id: clsql-uffi.system,v 1.9 2002/09/06 10:56:13 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;; System definition
 
 (defsystem :clsql-uffi
-  :source-pathname #.(format nil "~A:clsql-uffi;" +clsql-logical-host+)
+  :source-pathname #.(format nil "~A:clsql-uffi;"
+                            #+common-lisp-controller "cl-library"
+                            #-common-lisp-controller "clsql")
   :source-extension "cl"
   :components ((:file "clsql-uffi-package")
               (:file "clsql-uffi-loader" :depends-on ("clsql-uffi-package"))
               (:file "clsql-uffi" :depends-on ("clsql-uffi-loader")))
-  :depends-on (:uffi))
+  :depends-on (:uffi :clsql-base))