~ubuntu-branches/ubuntu/maverick/awn-extras-applets/maverick

« back to all changes in this revision

Viewing changes to applets/maintained/mail/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-08-29 14:29:52 UTC
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20100829142952-rhvuetyms9bv5uu7
Tags: upstream-0.4.0+bzr1372
ImportĀ upstreamĀ versionĀ 0.4.0+bzr1372

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
dist_icons_DATA =               \
16
16
        icons/error.svg \
17
17
        icons/login.svg \
18
 
        icons/read.svg          \
19
 
        icons/unread.svg        \
 
18
        icons/mail-read.svg             \
 
19
        icons/mail-unread.svg   \
20
20
        $(NULL)
21
21
 
22
22
theme_gmail_scalabledir = $(applet_datadir)/themes/GMail/scalable
23
23
dist_theme_gmail_scalable_DATA =                \
24
24
        themes/GMail/scalable/error.svg         \
25
25
        themes/GMail/scalable/login.svg         \
26
 
        themes/GMail/scalable/read.svg          \
27
 
        themes/GMail/scalable/unread.svg        \
 
26
        themes/GMail/scalable/mail-read.svg             \
 
27
        themes/GMail/scalable/mail-unread.svg   \
28
28
        $(NULL)
29
29
 
30
30
theme_reserveddir = $(applet_datadir)/themes/Reserved
36
36
dist_theme_reserved_scalable_DATA =             \
37
37
        themes/Reserved/scalable/error.svg      \
38
38
        themes/Reserved/scalable/login.svg      \
39
 
        themes/Reserved/scalable/read.svg       \
40
 
        themes/Reserved/scalable/unread.svg     \
 
39
        themes/Reserved/scalable/mail-read.svg  \
 
40
        themes/Reserved/scalable/mail-unread.svg        \
41
41
        $(NULL)