aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-18 15:53:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-07-23 09:03:44 -0700
commit8d6413e98de0390b2541edc46ed2482e6fef60da (patch)
tree27e99df131238800226c0d729ffa0a93b253e46d /consfigurator.asd
parent2d24e818248ae1c845128884b4c26b43f951a979 (diff)
downloadconsfigurator-8d6413e98de0390b2541edc46ed2482e6fef60da.tar.gz
move remote Lisp images part of data.lisp to its own file
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd1
1 files changed, 1 insertions, 0 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index 73e82d3..d7395e2 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -27,6 +27,7 @@
(:file "src/deployment")
(:file "src/connection/local")
(:file "src/data")
+ (:file "src/image")
(:file "src/property/cmd")
(:file "src/property/file")
(:file "src/property/etc-default")