diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-28 23:37:33 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-28 23:37:33 +0100 |
commit | 73ad9440244579ba625df970aa280e162f6f1c86 (patch) | |
tree | aa0bd4a40ff61a789bce2536c36e37a54143d52e /common/CMakeLists.txt | |
parent | 2b9295f8d078081c9aecfe6047cb331ab0cd0129 (diff) | |
download | sink-73ad9440244579ba625df970aa280e162f6f1c86.tar.gz sink-73ad9440244579ba625df970aa280e162f6f1c86.zip |
Renamed RemoteIdMap to SynchronizerStore
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index df44ce5..e8bb055 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -69,7 +69,7 @@ set(command_SRCS | |||
69 | changereplay.cpp | 69 | changereplay.cpp |
70 | adaptorfactoryregistry.cpp | 70 | adaptorfactoryregistry.cpp |
71 | synchronizer.cpp | 71 | synchronizer.cpp |
72 | remoteidmap.cpp | 72 | synchronizerstore.cpp |
73 | mailpreprocessor.cpp | 73 | mailpreprocessor.cpp |
74 | specialpurposepreprocessor.cpp | 74 | specialpurposepreprocessor.cpp |
75 | datastorequery.cpp | 75 | datastorequery.cpp |