aboutsummaryrefslogtreecommitdiffstats
path: root/wajir.asd
diff options
context:
space:
mode:
Diffstat (limited to 'wajir.asd')
-rw-r--r--wajir.asd2
1 files changed, 2 insertions, 0 deletions
diff --git a/wajir.asd b/wajir.asd
index bcb8eb8..5d5c32d 100644
--- a/wajir.asd
+++ b/wajir.asd
@@ -13,12 +13,14 @@
(defsystem wajir
:version "0.0.1"
:depends-on (:cl-base64
+ :cl-smtp
:com.inuoe.jzon
:dexador)
:components ((:module "src"
:serial t
:components ((:file "package")
(:file "config")
+ (:file "email")
(:file "main"))))
:build-operation "program-op"