aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmake')
-rw-r--r--src/cmake/async.cmake2
-rw-r--r--src/cmake/objc.cmake2
-rw-r--r--src/cmake/public-headers.cmake4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/cmake/async.cmake b/src/cmake/async.cmake
index a7cab6b0..1c213a33 100644
--- a/src/cmake/async.cmake
+++ b/src/cmake/async.cmake
@@ -67,7 +67,7 @@ set(async_nntp_files
async/nntp/MCNNTPListNewsgroupsOperation.cpp
async/nntp/MCNNTPFetchOverviewOperation.cpp
async/nntp/MCNNTPFetchServerTimeOperation.cpp
- async/nntp/MCNNTPSendOperation.cpp
+ async/nntp/MCNNTPPostOperation.cpp
async/nntp/MCNNTPOperation.cpp
)
diff --git a/src/cmake/objc.cmake b/src/cmake/objc.cmake
index b784bf9d..aeb01d3b 100644
--- a/src/cmake/objc.cmake
+++ b/src/cmake/objc.cmake
@@ -88,7 +88,7 @@ set(objc_nntp_files
objc/nntp/MCONNTPListNewsgroupsOperation.mm
objc/nntp/MCONNTPFetchOverviewOperation.mm
objc/nntp/MCONNTPFetchServerTimeOperation.mm
- objc/nntp/MCONNTPSendOperation.mm
+ objc/nntp/MCONNTPPostOperation.mm
objc/nntp/MCONNTPOperation.mm
objc/nntp/MCONNTPSession.mm
)
diff --git a/src/cmake/public-headers.cmake b/src/cmake/public-headers.cmake
index bca47e2c..bcbdb0b6 100644
--- a/src/cmake/public-headers.cmake
+++ b/src/cmake/public-headers.cmake
@@ -118,7 +118,7 @@ async/nntp/MCNNTPFetchAllArticlesOperation.h
async/nntp/MCNNTPListNewsgroupsOperation.h
async/nntp/MCNNTPFetchOverviewOperation.h
async/nntp/MCNNTPFetchServerTimeOperation.h
-async/nntp/MCNNTPSendOperation.h
+async/nntp/MCNNTPPostOperation.h
async/nntp/MCNNTPOperationCallback.h
objc/MCObjC.h
objc/utils/MCOUtils.h
@@ -202,7 +202,7 @@ objc/nntp/MCONNTPFetchAllArticlesOperation.h
objc/nntp/MCONNTPListNewsgroupsOperation.h
objc/nntp/MCONNTPFetchOverviewOperation.h
objc/nntp/MCONNTPFetchServerTimeOperation.h
-objc/nntp/MCONNTPSendOperation.h
+objc/nntp/MCONNTPPostOperation.h
objc/nntp/MCONNTPGroupInfo.h
objc/provider/MCOProvider.h
objc/provider/MCONetService.h