2000-07-07 Christopher James Lahey <clahey@helixcode.com> * art/Makefile.am: Fixed EXTRA_DIST for make distcheck. svn path=/trunk/; revision=3967
35 lines
731 B
Makefile
35 lines
731 B
Makefile
imagesdir = $(datadir)/images/evolution
|
|
|
|
images_DATA = \
|
|
evolution-calendar.png \
|
|
evolution-contacts.png \
|
|
evolution-inbox.png \
|
|
evolution-notes.png \
|
|
evolution-tasks.png \
|
|
evolution-calendar-mini.png \
|
|
evolution-contacts-mini.png \
|
|
evolution-inbox-mini.png \
|
|
evolution-notes-mini.png \
|
|
evolution-tasks-mini.png \
|
|
evolution-today.png \
|
|
briefcase.png \
|
|
cellphone.png \
|
|
globe.png \
|
|
house.png \
|
|
envelope.png \
|
|
malehead.png
|
|
|
|
EXTRA_DIST = \
|
|
attachment.xpm \
|
|
empty.xpm \
|
|
mail-new.xpm \
|
|
mail-read.xpm \
|
|
mail-replied.xpm \
|
|
mark.xpm \
|
|
meeting.xpm \
|
|
priority-high.xpm \
|
|
priority-low.xpm \
|
|
tree-expanded.xpm \
|
|
tree-unexpanded.xpm \
|
|
$(images_DATA)
|