view src/icons/svg/Makefile.am @ 1701:f80ee95314dd

fixed sidecar grouping this fixes grouping of files which differs only in upper/lowercase extension. The old code stopped scanning when the first file was found.
author nadvornik
date Sat, 22 Aug 2009 20:20:19 +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)