~ubuntu-branches/ubuntu/precise/knemo/precise

« back to all changes in this revision

Viewing changes to src/kcm/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2010-01-06 17:16:51 UTC
  • mfrom: (1.1.9 upstream) (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100106171651-ff58ryfnav4l1zbm
Tags: 0.6.0-1
* New upstream release 
  - Fixes "FTBFS: sysbackend.cpp:362: error: 'KILO' was not declared in
  this scope" (Closes: #560496)
  - Fixes "context menu does not appear" (Closes: #504791)
* Add Build-Depends: libnl-dev - Linux netlink sockets library

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
set( kcm_knemo_SRCS
4
4
    configdialog.cpp
 
5
    kdateedit.cpp
 
6
    kdatepickerpopup.cpp
 
7
    ../common/utils.cpp
5
8
)
6
9
 
7
10
kde4_add_ui_files( kcm_knemo_SRCS configdlg.ui )
8
11
kde4_add_plugin( kcm_knemo ${kcm_knemo_SRCS} )
9
12
 
10
 
target_link_libraries( kcm_knemo ${KDE4_KIO_LIBS} ${KDE4_KNOTIFYCONFIG_LIBS} )
 
13
target_link_libraries( kcm_knemo ${KDE4_KIO_LIBS} ${KDE4_KNOTIFYCONFIG_LIBS} ${LIBNL_LIBRARY} )
11
14
 
12
15
install(TARGETS kcm_knemo DESTINATION ${PLUGIN_INSTALL_DIR} )
13
16
install( FILES kcm_knemo.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )