From 8d6413e98de0390b2541edc46ed2482e6fef60da Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 18 Jul 2021 15:53:46 -0700 Subject: move remote Lisp images part of data.lisp to its own file Signed-off-by: Sean Whitton --- consfigurator.asd | 1 + 1 file changed, 1 insertion(+) (limited to 'consfigurator.asd') 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") -- cgit v1.2.3