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-03-27 20:58:31 +0400
committerOlivier Goffart <ogoffart@woboq.com>2014-03-27 20:59:50 +0400
commitd6525a979d36ba4d6f2d9017e3927129b19c6f95 (patch)
tree0b5b0c19fe6102c826c5560292da74bea22d3f46 /src/CMakeLists.txt
parent67f4d0c85b0b2e5c8312346fac29b5fd87a2a0a2 (diff)
Do not let user change it's login while using shibbolet
Fixes #915
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index acbf9b353..00f63fae9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -125,7 +125,8 @@ if(TOKEN_AUTH_ONLY)
creds/shibboleth/shibbolethwebview.cpp
creds/shibboleth/shibbolethrefresher.cpp
creds/shibboleth/shibbolethconfigfile.cpp
- creds/shibboleth/authenticationdialog.cpp
+ creds/shibboleth/authenticationdialog.cpp
+ creds/shibboleth/shibbolethuserjob.cpp
)
endif()