Index: trunk/dso-lex.asd
===================================================================
--- trunk/dso-lex.asd	(revision 6)
+++ trunk/dso-lex.asd	(revision 6)
@@ -0,0 +1,5 @@
+;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp -*-
+
+(asdf:defsystem #:dso-lex
+  :depends-on (#:cl-ppcre)
+  :components ((:file "lex")))
Index: trunk/lex.asd
===================================================================
--- trunk/lex.asd	(revision 4)
+++ 	(revision )
@@ -1,5 +1,0 @@
-;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp -*-
-
-(asdf:defsystem #:dso-lex
-  :depends-on (#:cl-ppcre)
-  :components ((:file "lex")))
