diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | art/Makefile.am | 19 |
2 files changed, 14 insertions, 9 deletions
@@ -1,3 +1,7 @@ +2000-10-14 Ettore Perazzoli <ettore@helixcode.com> + + * art/Makefile.am (images_DATA): Add `splash.png'. + 2000-10-14 Tuomas Kuosmanen <tigert@helixcode.com> * art/splash.png: umm.. it's a splash screen image. diff --git a/art/Makefile.am b/art/Makefile.am index e903fe8c0a..5168740740 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -1,23 +1,24 @@ imagesdir = $(datadir)/images/evolution images_DATA = \ - evolution-calendar.png \ - evolution-contacts.png \ - evolution-inbox.png \ - evolution-notes.png \ - evolution-tasks.png \ + briefcase.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 \ - briefcase.png \ - cellphone.png \ globe.png \ house.png \ - envelope.png \ - malehead.png + malehead.png \ + splash.png buttonsdir = $(datadir)/images/evolution/buttons buttons_DATA = \ |