From 7ab35173bce99c6c9a5f189cdd83f93fcb3e9086 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 12 Jun 2013 14:02:40 +0200 Subject: Moved POP3 connection-related things to POP3Connection object. --- SConstruct | 1 + 1 file changed, 1 insertion(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index d295a3ab..0200a1cc 100644 --- a/SConstruct +++ b/SConstruct @@ -239,6 +239,7 @@ libvmime_messaging_proto_sources = [ 'pop3', [ 'net/pop3/POP3Command.cpp', 'net/pop3/POP3Command.hpp', + 'net/pop3/POP3Connection.cpp', 'net/pop3/POP3Connection.hpp', 'net/pop3/POP3ServiceInfos.cpp', 'net/pop3/POP3ServiceInfos.hpp', 'net/pop3/POP3Store.cpp', 'net/pop3/POP3Store.hpp', 'net/pop3/POP3SStore.cpp', 'net/pop3/POP3SStore.hpp', -- cgit