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:
authorKlaas Freitag <freitag@owncloud.com>2014-03-26 21:01:26 +0400
committerKlaas Freitag <freitag@owncloud.com>2014-03-26 21:16:27 +0400
commitc41935d49dad5e38785225b1a1f9ea87669b84c9 (patch)
tree52b7d33721720afa69c8818f77804ad1e2d3fecd /src/CMakeLists.txt
parent7b84defd5625100532d5b55d9d35f0b8f99d4071 (diff)
Add a class to write a machine readable sync log file.
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 e2ea0b1ce..acbf9b353 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -102,6 +102,7 @@ set(libsync_SRCS
mirall/account.cpp
mirall/quotainfo.cpp
mirall/clientproxy.cpp
+ mirall/syncrunfilelog.cpp
creds/dummycredentials.cpp
creds/abstractcredentials.cpp
creds/credentialsfactory.cpp