blob: 8c185ddb9d2f63a109fb4c053735c6a5a56840e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
SUBDIRS = icons
pics_DATA = kmmsgdel.png kmmsgnew.png kmmsgunseen.png kmmsgread.png \
kmmsgreplied.png kmmsgforwarded.png kmmsgqueued.png kmmsgflag.png \
kmmsgsent.png kmmsgwatched.png kmmsgignored.png kmmsgtodo.png \
kmmsgread_fwd.png kmmsgread_replied.png kmmsgread_fwd_replied.png \
pgp-keys.png \
kmmsgpartiallyencrypted.png \
kmmsgpartiallysigned.png kmmsgfullyencrypted.png \
kmmsgfullysigned.png kmmsgundefinedencrypted.png \
kmmsgundefinedsigned.png \
kmmsgspam.png kmmsgham.png kmmsgattachment.png kmmsginvitation.png \
kmwizard.png \
quotecollapse.png quoteexpand.png \
enterprise_bottom_left.png \
enterprise_bottom.png \
enterprise_bottom_right.png \
enterprise_icon.png \
enterprise_left.png \
enterprise_right.png \
enterprise_s_left.png \
enterprise_sbar.png \
enterprise_s_right.png \
enterprise_sp_right.png \
enterprise_top_left.png \
enterprise_top.png \
enterprise_top_right.png \
enterprise_sw.png \
enterprise_w.png \
attachmentQuicklistClosed.png \
attachmentQuicklistOpened.png
picsdir = $(kde_datadir)/kmail/pics
EXTRA_DIST = $(pics_DATA)
|