diff --git a/art/Makefile.am b/art/Makefile.am index 9394067780..c415cc2e76 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -2,6 +2,7 @@ imagesdir = $(datadir)/images/evolution images_DATA = \ briefcase.png \ + butterfly.png \ cellphone.png \ envelope.png \ evolution-calendar-mini.png \ @@ -15,6 +16,8 @@ images_DATA = \ evolution-tasks-mini.png \ evolution-tasks.png \ evolution-today.png \ + executive-summary-bg.png \ + executive-summary-curve.png \ globe.png \ house.png \ malehead.png \ diff --git a/art/butterfly.png b/art/butterfly.png new file mode 100644 index 0000000000..00089774e0 Binary files /dev/null and b/art/butterfly.png differ diff --git a/art/executive-summary-bg.png b/art/executive-summary-bg.png new file mode 100644 index 0000000000..fdcde6613d Binary files /dev/null and b/art/executive-summary-bg.png differ diff --git a/art/executive-summary-curve.png b/art/executive-summary-curve.png new file mode 100644 index 0000000000..3ba42dd02b Binary files /dev/null and b/art/executive-summary-curve.png differ