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-17 14:36:53 +0400
committerOlivier Goffart <ogoffart@woboq.com>2014-03-17 14:36:53 +0400
commitc841b9c0c4fe1ca1b2d47d8e28961bef344658ad (patch)
tree5e95264d5d0186039a852bf301f7a931b6715121 /src/CMakeLists.txt
parent7b482c0e9656453aeb58b98c70618b59e3bdf6fb (diff)
Remove unused libsync_HEADERS
This was unused and is redudent with owncloudsync_HEADERS
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt49
1 files changed, 0 insertions, 49 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 927de74c8..6aa438a03 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -114,61 +114,12 @@ if(TOKEN_AUTH_ONLY)
endif()
-set(libsync_HEADERS
- mirall/folderman.h
- mirall/folder.h
- mirall/folderwatcher.h
- mirall/syncengine.h
- mirall/owncloudpropagator.h
- mirall/owncloudpropagator_p.h
- mirall/propagator_qnam.h
- mirall/propagator_legacy.h
- mirall/propagatorjobs.h
- mirall/syncjournaldb.h
- mirall/theme.h
- mirall/owncloudtheme.h
- mirall/logger.h
- mirall/connectionvalidator.h
- mirall/progressdispatcher.h
- mirall/mirallaccessmanager.h
- mirall/networkjobs.h
- mirall/account.h
- mirall/quotainfo.h
- mirall/clientproxy.h
- creds/abstractcredentials.h
- creds/dummycredentials.h
- creds/credentialsfactory.h
- creds/http/httpconfigfile.h
- creds/credentialscommon.h
- 3rdparty/qjson/json.h
-)
-if(TOKEN_AUTH_ONLY)
- set (libsync_HEADERS
- ${libsync_HEADERS}
- creds/tokencredentials.h
- )
-else()
- set (libsync_HEADERS
- ${libsync_HEADERS}
- creds/httpcredentials.h
- creds/shibbolethcredentials.h
- creds/shibboleth/shibbolethaccessmanager.h
- creds/shibboleth/shibbolethcookiejar.h
- creds/shibboleth/shibbolethwebview.h
- creds/shibboleth/shibbolethrefresher.h
- creds/shibboleth/shibbolethconfigfile.h
- creds/shibboleth/authenticationdialog.h
- )
-endif()
-
IF( NOT WIN32 AND NOT APPLE )
set(libsync_SRCS ${libsync_SRCS} mirall/folderwatcher_linux.cpp)
- set(libsync_HEADERS ${libsync_HEADERS} mirall/folderwatcher_linux.h)
ENDIF()
IF( WIN32 )
set(libsync_SRCS ${libsync_SRCS} mirall/folderwatcher_win.cpp)
- set(libsync_HEADERS ${libsync_HEADERS} mirall/folderwatcher_win.h)
ENDIF()
IF( APPLE )
list(APPEND libsync_SRCS mirall/folderwatcher_mac.cpp)