~ci-train-bot/mcloud/mcloud-ubuntu-artful-2884

« back to all changes in this revision

Viewing changes to data/mcloud-lib.pc.in

  • Committer: Gary.Wang
  • Date: 2016-04-20 04:19:28 UTC
  • Revision ID: gary.wang@canonical.com-20160420041928-kdie1pmxxopre8qi
1.remove owner id filed for upload since it's cloud owner if it's empty
2.access token fetched work-flow in compliance with mcloud qml plugin(using refresh token)
3.throw except(domain error) when net error occurs during  http stream upload and download
4.add debian files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
prefix=@CMAKE_INSTALL_PREFIX@
2
 
exec_prefix=${prefix}
3
 
libdir=${exec_prefix}/lib
4
 
includedir=${exec_prefix}/include
5
 
 
6
 
Name: @CMAKE_PROJECT_NAME@
7
 
Description: Cloud based content sharing library for CMCC mcloud service
8
 
Version: @MCLOUD_LIB_VERSION_MAJOR@.@MCLOUD_LIB_VERSION_MINOR@.@MCLOUD_LIB_VERSION_PATCH@
9
 
Libs: -L${libdir} -lmcloud-lib
10
 
Cflags: -I${includedir}