view src/icons/svg/Makefile.am @ 2597:e65df743a5a1

Ref #510: Rudimentary video support https://github.com/BestImageViewer/geeqie/issues/510 Implement icons for FORMAT_CLASS
author Colin Clark <colin.clark@cclark.uk>
date Wed, 13 Sep 2017 11:21:58 +0100
parents d6b6f5cfa048
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	\
	sheet_metadata.svg	\
	sheet_unknown.svg	\
	sheet_video.svg	\
	spinner_orbit.svg

EXTRA_DIST = $(svg_images)