diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-31 23:50:11 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-31 23:50:11 +0800 |
commit | b632b84b27d54fd098f1f64786733421b703da6f (patch) | |
tree | 060d78fdfa89ad3c81596817b60e4de656c19215 /art/Makefile.am | |
parent | 8b9b96523922646c3f4a102630af574db06acea1 (diff) | |
download | gsoc2013-evolution-b632b84b27d54fd098f1f64786733421b703da6f.tar.gz gsoc2013-evolution-b632b84b27d54fd098f1f64786733421b703da6f.tar.zst gsoc2013-evolution-b632b84b27d54fd098f1f64786733421b703da6f.zip |
Install `evolution.png', not `evolution-icon.png'.
* Makefile.am: Install `evolution.png', not `evolution-icon.png'.
* evolution.png: Renamed from `evolution-icon.png', removing the
old, now unused `evolution.png'.
svn path=/trunk/; revision=14538
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index 58407c9586..ccb77e5d83 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -181,7 +181,7 @@ conduits_DATA = \ evo-48-todo-conduit.png appicondir = $(datadir)/pixmaps -appicon_DATA = evolution-icon.png +appicon_DATA = evolution.png EXTRA_DIST = \ attachment.xpm \ |