[Pkg-owncloud-commits] [owncloud-client] 28/89: Install headers for owncloudsync
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Dec 14 01:02:31 UTC 2013
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 5f31d13236d4578615276f693f0ef3a80c723d4c
Author: Klaas Freitag <freitag at owncloud.com>
Date: Sun Dec 8 08:55:18 2013 +0100
Install headers for owncloudsync
---
src/CMakeLists.txt | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 772308b..54f2409 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -130,6 +130,40 @@ ENDIF()
qt_wrap_cpp(syncMoc ${libsync_HEADERS})
+# These headers are installed for libowncloudsync to be used by 3rd party apps
+set(owncloudsync_HEADERS
+ mirall/account.h
+ mirall/csyncthread.h
+ mirall/folder.h
+ mirall/folderman.h
+ mirall/folderwatcher.h
+ mirall/mirallconfigfile.h
+ mirall/networkjobs.h
+ mirall/progressdispatcher.h
+ mirall/syncfileitem.h
+ mirall/syncjournaldb.h
+ mirall/syncresult.h
+)
+
+INSTALL(
+ FILES
+ ${owncloudsync_HEADERS}
+ DESTINATION
+ ${INCLUDE_INSTALL_DIR}/owncloudsync/mirall
+)
+
+set(creds_HEADERS
+ creds/abstractcredentials.h
+ creds/httpcredentials.h
+)
+
+INSTALL(
+ FILES
+ ${creds_HEADERS}
+ DESTINATION
+ ${INCLUDE_INSTALL_DIR}/owncloudsync/creds
+)
+
IF( DEFINED CSYNC_BUILD_PATH )
SET(HTTPBF_LIBRARY ${CSYNC_BUILD_PATH}/src/httpbf/libhttpbf.a)
--
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