summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/cl-pxml/files/pxml.asd')
-rw-r--r--dev-lisp/cl-pxml/files/pxml.asd9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-lisp/cl-pxml/files/pxml.asd b/dev-lisp/cl-pxml/files/pxml.asd
new file mode 100644
index 000000000000..02337826246d
--- /dev/null
+++ b/dev-lisp/cl-pxml/files/pxml.asd
@@ -0,0 +1,9 @@
+
+(in-package "CL-USER")
+
+(asdf:defsystem pxml
+ :depends-on (acl-compat)
+ :components ((:file "pxml0")
+ (:file "pxml1")
+ (:file "pxml2")
+ (:file "pxml3"))) \ No newline at end of file