From 60b826567f799d0293a5c729aae5e4860779e0cc Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Sun, 3 Jun 2007 19:22:14 +0200 Subject: [PATCH] Fixed previous commit. Signed-off-by: Stelian Ionescu --- net.smtp-client.asd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net.smtp-client.asd b/net.smtp-client.asd index 6266e01..cc8d76f 100644 --- a/net.smtp-client.asd +++ b/net.smtp-client.asd @@ -16,6 +16,7 @@ :maintainer "Stelian Ionescu " :licence "LLGPL-2.1" :depends-on (:iolib-posix + :iolib-utils-symbols :net.sockets :cl-base64) :default-component-class muffled-source-file @@ -24,5 +25,8 @@ :serial t :components ((:file "pkgdcl") + (:file "client-net") + (:file "client-commands") + (:file "client-authentication") (:file "attachments") (:file "smtp"))) -- 2.11.4.GIT