~cairo-dock-team/cairo-dock-plug-ins/plug-ins

« back to all changes in this revision

Viewing changes to mail/data/themes/Default/CMakeLists.txt

  • Committer: Matthieu Baerts
  • Date: 2014-10-19 00:26:10 UTC
  • Revision ID: matttbe@gmail.com-20141019002610-ulf26s9b4c4rw10r
We just switched from BZR to Git.
Follow us on Github: https://github.com/Cairo-Dock

Note: we will only use Github to manage our source code and all pull requests.
Please continue to report your bugs/ideas/messages on our forum or Launchpad! 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
########### install files ###############
3
 
 
4
 
install(FILES  has_mail.svg     no_mail.svg     new_mail_sound.wav DESTINATION ${maildatadir}/themes/Default)
5
 
 
6
 
 
7
 
 
8
 
#original Makefile.am contents follow:
9
 
 
10
 
#themedir = $(maildatadir)/themes/Default
11
 
#
12
 
#theme_DATA =       \
13
 
#       has_mail.svg\
14
 
#       no_mail.svg\
15
 
#       new_mail_sound.wav
16
 
#
17
 
#EXTRA_DIST = $(theme_DATA)