diff options
author | Larry Ewing <lewing@ximian.com> | 2001-10-19 03:06:52 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2001-10-19 03:06:52 +0800 |
commit | c1f6ac725583ac7378896aad9422b4716bcfbbd3 (patch) | |
tree | 1abfa5c8f750672e3b025f231d14a603dfd71d8d /art/Makefile.am | |
parent | fc63bc869201560eccc422d2b76b5ef1ac01316b (diff) | |
download | gsoc2013-evolution-c1f6ac725583ac7378896aad9422b4716bcfbbd3.tar.gz gsoc2013-evolution-c1f6ac725583ac7378896aad9422b4716bcfbbd3.tar.zst gsoc2013-evolution-c1f6ac725583ac7378896aad9422b4716bcfbbd3.zip |
add alarm.png for the new alarm notification code.
2001-10-18 Larry Ewing <lewing@ximian.com>
* Makefile.am (images_DATA): add alarm.png for the new alarm
notification code.
svn path=/trunk/; revision=13761
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index 2b35247bac..ce80992267 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -28,7 +28,8 @@ images_DATA = \ import.xpm \ inbox-16.png \ inbox-full-16.png \ - meeting-request.png \ + alarm.png \ + meeting-request.png \ move_message.xpm \ offline.png \ online.png \ @@ -36,9 +37,9 @@ images_DATA = \ outbox-16.png \ outbox-full-16.png \ pattern.png \ - pgp-signature-bad.png \ - pgp-signature-nokey.png \ - pgp-signature-ok.png \ + pgp-signature-bad.png \ + pgp-signature-nokey.png \ + pgp-signature-ok.png \ print.xpm \ print-preview.xpm \ rdf.png \ |