aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-16 23:35:53 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-16 23:35:53 -0700
commita241758f5d48d3ebfcd7caaec9ee66a79e020208 (patch)
treec29ead491854ec54dc37e8e8a6029cd30b672f5b /consfigurator.asd
parent23a354e7902ecfe6cf31467f9f9ad50b3183f7ee (diff)
downloadconsfigurator-a241758f5d48d3ebfcd7caaec9ee66a79e020208.tar.gz
add new files to system definition
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd12
1 files changed, 9 insertions, 3 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index a28e339..35a25e7 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -1,9 +1,15 @@
(asdf:defsystem :consfigurator
:serial t
- :depends-on (#:cl-ppcre
- #:alexandria
+ :depends-on (#:alexandria
+ #:cl-ppcre
#:cl-interpol)
:components ((:file "src/package")
(:file "src/util")
(:file "src/core")
- (:file "src/connection/ssh")))
+ (:file "src/connection/ssh")
+ (:file "src/connection/local")
+ (:file "src/connection/debian-sbcl")
+ (:file "src/property/command")
+ (:file "src/property/file")
+ (:file "src/data/asdf")
+ (:file "src/data/pgp")))