Index: trunk/dso-parse.asd
===================================================================
--- trunk/dso-parse.asd	(revision trunk,18)
+++ trunk/dso-parse.asd	(revision trunk,19)
@@ -1,5 +1,9 @@
 ;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp -*-
 
-(asdf:defsystem #:parse
+(asdf:defsystem #:dso-parse
   :depends-on (#:cl-ppcre)
-  :components ((:file "parse")))
+  :components ((:file "package")
+	       (:file "util")
+	       (:file "matching")
+	       (:file "parsing"))
+  :serial t)
