chiark / gitweb /
Removed sharelib.lisp from component list
authorespen <espen>
Sat, 30 Oct 2004 19:23:49 +0000 (19:23 +0000)
committerespen <espen>
Sat, 30 Oct 2004 19:23:49 +0000 (19:23 +0000)
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")))