diff options
author | Tuomas Kuosmanen <tigert@src.gnome.org> | 2001-10-23 07:15:59 +0800 |
---|---|---|
committer | Tuomas Kuosmanen <tigert@src.gnome.org> | 2001-10-23 07:15:59 +0800 |
commit | dcc5cbe678dace542549f17a3db99d26450a1ea4 (patch) | |
tree | 96162592cda5b24704702bd5d11273bd40914cc1 /art/Makefile.am | |
parent | 598cb8f3c5e7d910d551fedec78601c61d5786ed (diff) | |
download | gsoc2013-evolution-dcc5cbe678dace542549f17a3db99d26450a1ea4.tar.gz gsoc2013-evolution-dcc5cbe678dace542549f17a3db99d26450a1ea4.tar.zst gsoc2013-evolution-dcc5cbe678dace542549f17a3db99d26450a1ea4.zip |
this too so the icons gets installed.. -tig-
svn path=/trunk/; revision=13910
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index 95962ac751..58407c9586 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.png +appicon_DATA = evolution-icon.png EXTRA_DIST = \ attachment.xpm \ @@ -215,3 +215,4 @@ EXTRA_DIST = \ $(conduits_DATA) \ $(appicon_DATA) + |