view src/icons/svg/Makefile.am @ 668:a074514d418e

The Encoding key is now deprecated by the FreeDesktop standard and all strings are required to be encoded in UTF-8. This desktop entry explicitly specifies an Encoding of UTF-8, which is harmless but no longer necessary. See http://standards.freedesktop.org/desktop-entry-spec/1.0/apc.html Patch #1963689.
author zas_
date Wed, 14 May 2008 18:12:11 +0000
parents d063f97503b7
children
line wrap: on
line source

## Process this file with automake to produce Makefile.in.

svg_images = \
	folder_closed.svg	\
	folder_locked.svg	\
	folder_open.svg		\
	folder_up.svg		\
	gqview_icon.svg		\
	icon_book.svg		\
	icon_config.svg		\
	icon_tools.svg		\
	icon_view.svg		\
	sheet_blank.svg		\
	sheet_broken.svg	\
	spinner_orbit.svg

EXTRA_DIST = $(svg_images)