~ubuntu-branches/ubuntu/saucy/ktp-auth-handler/saucy-proposed

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2012-12-19 00:17:55 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20121219001755-52aqi5vzmtea2c43
Tags: 0.5.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
project(ktp-auth-handler)
2
2
 
3
 
set(KTP_AUTH_HANDLER_VERSION "0.5.1")
 
3
set(KTP_AUTH_HANDLER_VERSION "0.5.2")
4
4
 
5
5
set (CMAKE_MODULE_PATH
6
6
     "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules"
39
39
    x-telepathy-password-prompt.cpp
40
40
    x-messenger-oauth2-auth-operation.cpp
41
41
    x-messenger-oauth2-prompt.cpp
 
42
    conference-auth-op.cpp
 
43
    conference-auth-observer.cpp
42
44
    ${ktp_common_internals_SRCS}
43
45
)
44
46
 
66
68
#configure_file(org.freedesktop.Telepathy.Client.KTp.TLSHandler.service.in
67
69
#               ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.KTp.TLSHandler.service)
68
70
 
 
71
configure_file(org.freedesktop.Telepathy.Client.KTp.ConfAuthObserver.service.in
 
72
        ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.KTp.ConfAuthObserver.service)
69
73
 
70
74
install(TARGETS ktp-auth-handler DESTINATION ${LIBEXEC_INSTALL_DIR})
71
75
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.KTp.SASLHandler.service
 
76
              ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.KTp.ConfAuthObserver.service
72
77
        DESTINATION ${DBUS_SERVICES_INSTALL_DIR})
73
78
#install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.KTp.TLSHandler.service
74
79
#        DESTINATION ${DBUS_SERVICES_INSTALL_DIR})
75
80
install(FILES KTp.SASLHandler.client DESTINATION ${SHARE_INSTALL_PREFIX}/telepathy/clients/)
76
81
#install(FILES KTp.TLSHandler.client DESTINATION ${SHARE_INSTALL_PREFIX}/telepathy/clients/)
 
82
install(FILES KTp.ConfAuthObserver.client DESTINATION ${SHARE_INSTALL_PREFIX}/telepathy/clients/)
77
83
find_package(Msgfmt REQUIRED)
78
84
find_package(Gettext REQUIRED)
79
85
add_subdirectory( po )