2007-10-12 Michael Monreal <michael.monreal@gmail.com> ** Migration of theme icons to data/icons/ (bug #479257) * art/Makefile.am: Remove references to art/$size. * configure.in: Include new data/icons/ directory. * file e-util/e-icon-factory.c: Append a private icon directory to the search path. New inbox/outbox/sent icons. * mail/em-folder-tree.c, mail/mail-send-recv.c: Change icon references. New view-calendar icons. * calendar/gui/calendar-commands.c: Change icon references. svn path=/trunk/; revision=34383
19 lines
314 B
Makefile
19 lines
314 B
Makefile
images_DATA = \
|
|
evolution-contacts-mini.png \
|
|
offline.png \
|
|
online.png \
|
|
world_map-960.png \
|
|
query-free-busy.png \
|
|
plus.png \
|
|
minus.png
|
|
|
|
EXTRA_DIST = \
|
|
ChangeLog \
|
|
ChangeLog.pre-1-4 \
|
|
README \
|
|
broken-image-16.xpm \
|
|
broken-image-24.xpm \
|
|
empty.xpm \
|
|
jump.xpm \
|
|
$(images_DATA)
|