~ubuntu-branches/ubuntu/trusty/content-hub/trusty-proposed

« back to all changes in this revision

Viewing changes to src/com/ubuntu/content/service/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Ken VanDine
  • Date: 2014-03-06 16:50:24 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20140306165024-15mf374m2iar1syi
Tags: 0.0+14.04.20140306-0ubuntu1
[ Ken VanDine ]
* Added Type::Known::contacts. Note: there is no associated default
  store for contacts under any scope. Data for contacts doesn't
  persist.
* Changed defaults to a triplet used to build the appid. Bumped build
  depends for libupstart-app-launch2-dev needed for converting the
  triplet to an appid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  ${CMAKE_SOURCE_DIR}/src
25
25
  ${CMAKE_SOURCE_DIR}/src/com/ubuntu/content
26
26
  ${GSETTINGS_INCLUDE_DIRS}
 
27
  ${UPSTART_LAUNCH_INCLUDE_DIRS}
27
28
)
28
29
 
29
30
add_executable(
41
42
 
42
43
  content-hub
43
44
  ${GSETTINGS_LDFLAGS}
 
45
  ${UPSTART_LAUNCH_LDFLAGS}
44
46
)
45
47
 
46
48
install(
74
76
 
75
77
  content-hub
76
78
  ${GSETTINGS_LDFLAGS}
 
79
  ${UPSTART_LAUNCH_LDFLAGS}
77
80
)
78
81
 
79
82
install(