diff options
author | nobody <nobody@localhost> | 2001-01-12 00:04:13 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-01-12 00:04:13 +0800 |
commit | 526f5d8c6417228db71ad9e50c1a8bd8e4f5d573 (patch) | |
tree | d85b68359c2b29573feb055cb4a8269e5aa3bc56 /art/Makefile.am | |
parent | f753547d5d281b34587430a88a1dc1934d65c889 (diff) | |
download | gsoc2013-evolution-526f5d8c6417228db71ad9e50c1a8bd8e4f5d573.tar gsoc2013-evolution-526f5d8c6417228db71ad9e50c1a8bd8e4f5d573.tar.gz gsoc2013-evolution-526f5d8c6417228db71ad9e50c1a8bd8e4f5d573.tar.bz2 gsoc2013-evolution-526f5d8c6417228db71ad9e50c1a8bd8e4f5d573.tar.lz gsoc2013-evolution-526f5d8c6417228db71ad9e50c1a8bd8e4f5d573.tar.xz gsoc2013-evolution-526f5d8c6417228db71ad9e50c1a8bd8e4f5d573.tar.zst gsoc2013-evolution-526f5d8c6417228db71ad9e50c1a8bd8e4f5d573.zip |
This commit was manufactured by cvs2svn to create tag 'BALSA_1_1_0'.BALSA_1_1_0
svn path=/tags/BALSA_1_1_0/; revision=7387
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/art/Makefile.am b/art/Makefile.am deleted file mode 100644 index c415cc2e76..0000000000 --- a/art/Makefile.am +++ /dev/null @@ -1,74 +0,0 @@ -imagesdir = $(datadir)/images/evolution - -images_DATA = \ - briefcase.png \ - butterfly.png \ - cellphone.png \ - envelope.png \ - evolution-calendar-mini.png \ - evolution-calendar.png \ - evolution-contacts-mini.png \ - evolution-contacts.png \ - evolution-inbox-mini.png \ - evolution-inbox.png \ - evolution-notes-mini.png \ - evolution-notes.png \ - evolution-tasks-mini.png \ - evolution-tasks.png \ - evolution-today.png \ - executive-summary-bg.png \ - executive-summary-curve.png \ - globe.png \ - house.png \ - malehead.png \ - service-close.png \ - service-configure.png \ - service-down.png \ - service-down-disabled.png \ - service-left.png \ - service-left-disabled.png \ - service-right.png \ - service-right-disabled.png \ - service-up.png \ - service-up-disabled.png \ - splash.png - -buttonsdir = $(datadir)/images/evolution/buttons -buttons_DATA = \ - add-service.png \ - compose-message.png \ - copy-message.png \ - fetch-mail.png \ - forward.png \ - move-message.png \ - reply-to-all.png \ - reply.png - -EXTRA_DIST = \ - add-service.png \ - attachment.xpm \ - compose-message.png \ - copy-message.png \ - empty.xpm \ - fetch-mail.png \ - forward.png \ - mail-new.xpm \ - mail-read.xpm \ - mail-replied.xpm \ - mark.xpm \ - meeting.xpm \ - move-message.png \ - priority-high.xpm \ - priority-low.xpm \ - reply.png \ - reply-to-all.png \ - tree-expanded.xpm \ - tree-unexpanded.xpm \ - score-lowest.xpm \ - score-lower.xpm \ - score-low.xpm \ - score-normal.xpm \ - score-high.xpm \ - score-higher.xpm \ - score-highest.xpm \ - $(images_DATA) |