diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-20 05:23:16 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-20 05:23:16 +0800 |
commit | 487b9b2f61383ee088f86b7c7b51f20567662f34 (patch) | |
tree | 7209f24360f44654d41df5063f59d3ac73d3f8ff /art/16x16/Makefile.am | |
parent | 4f0f62542b8e3bb53149744c604dc7c335bd3cff (diff) | |
download | gsoc2013-evolution-487b9b2f61383ee088f86b7c7b51f20567662f34.tar.gz gsoc2013-evolution-487b9b2f61383ee088f86b7c7b51f20567662f34.tar.zst gsoc2013-evolution-487b9b2f61383ee088f86b7c7b51f20567662f34.zip |
guess these icons weren't needed afterall.
doh.
svn path=/trunk/; revision=25992
Diffstat (limited to 'art/16x16/Makefile.am')
-rw-r--r-- | art/16x16/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/art/16x16/Makefile.am b/art/16x16/Makefile.am index ec2b956ab9..2b5b8ca0fb 100644 --- a/art/16x16/Makefile.am +++ b/art/16x16/Makefile.am @@ -1,6 +1,3 @@ -images16_DATA = \ - stock_mail-flag-for-followup.png \ - stock_mail-flag-for-followup-done.png +images16_DATA = -EXTRA_DIST = \ - $(images16_DATA) +EXTRA_DIST = $(images16_DATA) |