diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-10 10:56:55 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-10 10:56:55 +0200 |
commit | 161bc918e745801bcf7fa5a9f504c721aab08258 (patch) | |
tree | a17dea7c3f1843f1c975331d93ed1ea0e963c766 /examples/CMakeLists.txt | |
parent | 5adfceae08872b9d7f143d8b9464578fb8e43a69 (diff) | |
download | sink-161bc918e745801bcf7fa5a9f504c721aab08258.tar.gz sink-161bc918e745801bcf7fa5a9f504c721aab08258.zip |
Added a mailtransport resource for smtp
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r-- | examples/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 837903a..d5fcacf 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt | |||
@@ -8,3 +8,4 @@ if (BUILD_MAILDIR) | |||
8 | # a maildir resource implementation | 8 | # a maildir resource implementation |
9 | add_subdirectory(maildirresource) | 9 | add_subdirectory(maildirresource) |
10 | endif() | 10 | endif() |
11 | add_subdirectory(mailtransportresource) | ||