~ubuntu-branches/ubuntu/maverick/bluedevil/maverick-proposed

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2010-08-07 09:04:19 UTC
  • Revision ID: james.westby@ubuntu.com-20100807090419-68k54ucso2htcf5z
Tags: upstream-1.0~rc2
ImportĀ upstreamĀ versionĀ 1.0~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
add_subdirectory(settings)
 
2
add_subdirectory(actionplugins)
 
3
add_subdirectory(daemon)
 
4
add_subdirectory(kcmodule)
 
5
add_subdirectory(kio)
 
6
add_subdirectory(wizard)
 
7
add_subdirectory(monolithic)
 
8
 
 
9
install(FILES bluedevil.notifyrc
 
10
       DESTINATION ${DATA_INSTALL_DIR}/bluedevil)
 
11
 
 
12
install(FILES bluedevil-mime.xml DESTINATION ${XDG_MIME_INSTALL_DIR})
 
13
update_xdg_mimetypes(${XDG_MIME_INSTALL_DIR})