~phablet-team/telephony-service/rtm-15.04

« back to all changes in this revision

Viewing changes to approver/CMakeLists.txt

  • Committer: Gustavo Pichorim Boiko
  • Date: 2013-07-17 18:16:15 UTC
  • mto: This revision was merged to the branch mainline in revision 719.
  • Revision ID: gustavo.boiko@canonical.com-20130717181615-d2ydaqb1hxongvna
Rename the static library to libtelephonyservice.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    ${TP_QT5_INCLUDE_DIRS}
16
16
    ${NOTIFY_INCLUDE_DIRS}
17
17
    ${MESSAGING_MENU_INCLUDE_DIRS}
18
 
    ${CMAKE_SOURCE_DIR}/libphoneapp
 
18
    ${CMAKE_SOURCE_DIR}/libtelephonyservice
19
19
    ${CMAKE_CURRENT_BINARY_DIR}
20
20
    )
21
21
 
33
33
    ${NOTIFY_LIBRARIES}
34
34
    ${MESSAGING_MENU_LIBRARIES}
35
35
    ${UBUNTU_APP_LIB}
36
 
    phoneapp
 
36
    telephonyservice
37
37
    )
38
38
 
39
39
configure_file(org.freedesktop.Telepathy.Client.TelephonyServiceApprover.service.in org.freedesktop.Telepathy.Client.TelephonyServiceApprover.service)