diff options
author | Christopher Hockley <christopher@putcocoa.in> | 2015-02-05 13:51:33 +0100 |
---|---|---|
committer | Christopher Hockley <christopher@putcocoa.in> | 2015-02-05 13:51:33 +0100 |
commit | 283bed994536db10813f9623647de49db6ad77b8 (patch) | |
tree | b55af40cf17484a322392f5351d78b6aba783916 /src/cmake | |
parent | 1e93a6e6870aacde4338a0b1b0bc0f26cb3e0d61 (diff) |
AccountValidator Update
Diffstat (limited to 'src/cmake')
-rw-r--r-- | src/cmake/async.cmake | 6 | ||||
-rw-r--r-- | src/cmake/core.cmake | 1 | ||||
-rw-r--r-- | src/cmake/public-headers.cmake | 2 |
3 files changed, 2 insertions, 7 deletions
diff --git a/src/cmake/async.cmake b/src/cmake/async.cmake index f829ab02..c1eb3faf 100644 --- a/src/cmake/async.cmake +++ b/src/cmake/async.cmake @@ -68,16 +68,11 @@ set(async_nntp_files async/nntp/MCNNTPOperation.cpp ) -set(async_mx_files - async/mx/MCResolveProviderUsingMXRecord.cpp -) - set(async_files ${async_imap_files} ${async_pop_files} ${async_smtp_files} ${async_nntp_files} - ${async_mx_files} ) # Includes for build @@ -88,5 +83,4 @@ set(async_includes "${CMAKE_CURRENT_SOURCE_DIR}/async/pop" "${CMAKE_CURRENT_SOURCE_DIR}/async/smtp" "${CMAKE_CURRENT_SOURCE_DIR}/async/nntp" - "${CMAKE_CURRENT_SOURCE_DIR}/async/mx" ) diff --git a/src/cmake/core.cmake b/src/cmake/core.cmake index 24e1a266..ac2e6ea8 100644 --- a/src/cmake/core.cmake +++ b/src/cmake/core.cmake @@ -118,6 +118,7 @@ set(provider_files core/provider/MCMailProvidersManager.cpp core/provider/MCNetService.cpp core/provider/MCAccountValidator.cpp + core/provider/MCMXRecordResolverOperation.cpp ) set(renderer_files diff --git a/src/cmake/public-headers.cmake b/src/cmake/public-headers.cmake index 6829c3f2..e0df8756 100644 --- a/src/cmake/public-headers.cmake +++ b/src/cmake/public-headers.cmake @@ -74,6 +74,7 @@ core/provider/MCMailProvidersManager.h core/provider/MCMailProvider.h core/provider/MCNetService.h core/provider/MCAccountValidator.h +core/provider/MCMXRecordResolverOperation.h async/MCAsync.h async/smtp/MCAsyncSMTP.h async/smtp/MCSMTPAsyncSession.h @@ -116,7 +117,6 @@ async/nntp/MCNNTPListNewsgroupsOperation.h async/nntp/MCNNTPFetchOverviewOperation.h async/nntp/MCNNTPFetchServerTimeOperation.h async/nntp/MCNNTPOperationCallback.h -async/mx/MCResolveProviderUsingMXRecord.h objc/MCObjC.h objc/utils/MCOUtils.h objc/utils/MCOObjectWrapper.h |