[noctool-cvs] CVS source

imattsson imattsson at common-lisp.net
Fri Aug 28 05:56:48 UTC 2009


Update of /project/noctool/cvsroot/source
In directory cl-net:/tmp/cvs-serv7926

Modified Files:
	noctool.asd 
Log Message:
IM

Added the "ssh-package" and "ssh-cffi" files to the system definition.
Either comments them out or install libssh2 on the build/monitor host
to make things happy.


--- /project/noctool/cvsroot/source/noctool.asd	2009/04/28 17:53:07	1.8
+++ /project/noctool/cvsroot/source/noctool.asd	2009/08/28 05:56:47	1.9
@@ -4,8 +4,10 @@
   :author "Ingvar Mattsson / Jim Prewett"
   :license "GPL"
   :version "0.1"
-  :depends-on (:usocket :cl-ppcre :ironclad :image :sb-posix :cl+ssl)
+  :depends-on (:usocket :cl-ppcre :ironclad :image :sb-posix :cl+ssl :cffi)
   :components ((:file "packages")
+	       (:file "ssh-package")
+	       (:file "ssh-cffi" :depends-on ("ssh-package"))
 	       (:file "scheduler" :depends-on ("packages"))
 	       (:file "network-globals" :depends-on ("packages"))
 	       (:file "globals" :depends-on ("packages"))





More information about the noctool-cvs mailing list