diff options
| author | Vincent Richard <[email protected]> | 2013-06-12 14:02:40 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-06-12 14:02:40 +0200 |
| commit | 7ab35173bce99c6c9a5f189cdd83f93fcb3e9086 (patch) | |
| tree | 3fb077645ba770932adaa1f629b7c2f0931a6cf0 /SConstruct | |
| parent | Moved POP3 client command related things to POP3Command class. (diff) | |
| download | vmime-7ab35173bce99c6c9a5f189cdd83f93fcb3e9086.tar.gz vmime-7ab35173bce99c6c9a5f189cdd83f93fcb3e9086.zip | |
Moved POP3 connection-related things to POP3Connection object.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |
