chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a778b5b
)
Removed sharelib.lisp from component list
author
espen
<espen>
Sat, 30 Oct 2004 19:23:49 +0000
(19:23 +0000)
committer
espen
<espen>
Sat, 30 Oct 2004 19:23:49 +0000
(19:23 +0000)
tools/clg-tools.asd
patch
|
blob
|
blame
|
history
diff --git
a/tools/clg-tools.asd
b/tools/clg-tools.asd
index 1e3d01c646d92d8f05bb37cbbe59217eff83b718..a4da6ab27669f892ac9e850f734bf47ae4364eb8 100644
(file)
--- a/
tools/clg-tools.asd
+++ b/
tools/clg-tools.asd
@@
-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")))