[Pkg-owncloud-commits] [owncloud-client] 158/333: Remove unused libsync_HEADERS
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit c841b9c0c4fe1ca1b2d47d8e28961bef344658ad
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Mon Mar 17 11:36:53 2014 +0100
Remove unused libsync_HEADERS
This was unused and is redudent with owncloudsync_HEADERS
---
src/CMakeLists.txt | 49 -------------------------------------------------
1 file changed, 49 deletions(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 927de74..6aa438a 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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list