Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2014-08-11 19:47:16 +0400
committerOlivier Goffart <ogoffart@woboq.com>2014-08-11 20:42:24 +0400
commit1f1eb933d19f3bc09ee65ae75aaa3c50a578b3ea (patch)
tree939ef59579128f75eb134d16fce4013b328e152f /src/CMakeLists.txt
parentaa85e875bd2aa3d80c61e371f7a52e2c915420fe (diff)
Move the update job in a new file named discoveryphase
"Discovery" is a better name than "update"
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9d4e66bcf..9acb27500 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -87,6 +87,7 @@ set(libsync_SRCS
mirall/clientproxy.cpp
mirall/cookiejar.cpp
mirall/syncfilestatus.cpp
+ mirall/discoveryphase.cpp
creds/dummycredentials.cpp
creds/abstractcredentials.cpp
creds/credentialsfactory.cpp