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:
authorDaniel Molkentin <danimo@owncloud.com>2014-07-11 00:58:58 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-07-11 00:58:58 +0400
commitd1b991e1984ef0c4ed803c5c5ead1ce3bfe00266 (patch)
tree667400875ca6400289acf854998cf7e9a7d7badc /src/CMakeLists.txt
parent00f793a84107ab373b2792ea02e37a2e955ff94f (diff)
Fix windows compilation
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 52e3aac2a..ec15a250a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -85,7 +85,6 @@ set(libsync_SRCS
mirall/account.cpp
mirall/quotainfo.cpp
mirall/clientproxy.cpp
- mirall/syncrunfilelog.cpp
mirall/cookiejar.cpp
mirall/syncfilestatus.cpp
creds/dummycredentials.cpp
@@ -267,6 +266,7 @@ set(mirall_SRCS
mirall/owncloudgui.cpp
mirall/socketapi.cpp
mirall/sslbutton.cpp
+ mirall/syncrunfilelog.cpp
)