[cl-unification-cvs] CVS cl-unification
mantoniotti
mantoniotti at common-lisp.net
Wed Apr 15 10:06:40 UTC 2009
Update of /project/cl-unification/cvsroot/cl-unification
In directory cl-net:/tmp/cvs-serv26667
Modified Files:
cl-unification.asd
Log Message:
Fixed a few snags and added "lib-dependent" module.
--- /project/cl-unification/cvsroot/cl-unification/cl-unification.asd 2007/11/09 13:34:18 1.1
+++ /project/cl-unification/cvsroot/cl-unification/cl-unification.asd 2009/04/15 10:06:40 1.2
@@ -13,6 +13,12 @@
(:file "templates-hierarchy")
(:file "unifier")
(:file "match-block")
- (:file "apply-substitution")))
+ (:file "apply-substitution")
+ (:module "lib-dependent"
+ :depends-on ("templates-hierarchy" "unifier")
+ :components (
+ #+cl-ppcre
+ (:file "cl-ppcre-template")
+ ))))
;;;; end of file -- cl-unification.asd --
More information about the Cl-unification-cvs
mailing list