r2572: Auto commit for Debian build
[clsql.git] / clsql-uffi.system
index 1a1630219ad506dec37a1bda6429eb712c499466..cb820b8632be7a66382abff4f1ba8d34629e1f9d 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql-uffi.system,v 1.8 2002/09/06 10:45:52 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
 ;;;;
@@ -23,7 +23,9 @@
 ;;; 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"))