chiark / gitweb /
CMUCL will now use LOAD-FOREIGN to load shared libraries instead of the internal...
[clg] / tools / clg-tools.asd
index 1e3d01c646d92d8f05bb37cbbe59217eff83b718..a4da6ab27669f892ac9e850f734bf47ae4364eb8 100644 (file)
@@ -1,17 +1,14 @@
 ;;; -*- Mode: lisp -*-
 
 (defpackage #:clg-tools
-  (:use #:common-lisp #:asdf)
-  )
+  (:use #:common-lisp #:asdf))
 
 
 (in-package #:clg-tools)
 
 
 (defsystem clg-tools
-    :depends-on (uffi)
     :components ((:file "autoexport")
                 (:file "config")
-                (:file "sharedlib")
                 (:file "asdf-extensions")))