~charlesk/indicator-datetime/lp-1591246-fix-message-icons

« back to all changes in this revision

Viewing changes to data/CMakeLists.txt

  • Committer: Charles Kerr
  • Author(s): Renato Araujo Oliveira Filho
  • Date: 2016-05-14 02:07:10 UTC
  • Revision ID: charles.kerr@canonical.com-20160514020710-ox3x144ph6ht3b96
sync with indicator-datetime/15.10 to pick up Renato's calendar fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
set (pkglibexecdir "${CMAKE_INSTALL_FULL_PKGLIBEXECDIR}")
53
53
configure_file ("${XDG_AUTOSTART_FILE_IN}" "${XDG_AUTOSTART_FILE}")
54
54
 
55
 
# install it
 
55
# install XDG autostart
56
56
install (FILES "${XDG_AUTOSTART_FILE}"
57
57
         DESTINATION "${XDG_AUTOSTART_DIR}")
58
58