r2605: *** empty log message ***
[uffi.git] / uffi.asd
index a170bde945566bcd4dad7faeb14c82378ea79d1c..edc52e050723713e2278b2198080a6e43bc2925a 100644 (file)
--- a/uffi.asd
+++ b/uffi.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: uffi.asd,v 1.8 2002/09/06 11:00:49 kevin Exp $
+;;;; $Id: uffi.asd,v 1.9 2002/09/06 11:01:53 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -46,7 +46,6 @@
   :description "Universal Foreign Function Library for Common Lisp"
   :long-description "UFFI provides a universal foreign function interface (FFI) for Common Lisp. UFFI supports CMUCL, Lispworks, and AllegroCL."
   
-  :default-component-class uffi-cl-source-file
   :pathname 
   #-mcl #.(format nil "~A:uffi;" +uffi-logical-host+)
   #+mcl #.(format nil "~A:uffi;mcl;" +uffi-logical-host+)