annotate src/icons/svg/Makefile.am @ 1708:fc147a2d8aaf
do not process sidecar files in bar_gps
patch by Colin Clark
author |
nadvornik |
date |
Tue, 28 Jul 2009 22:14:26 +0000 |
parents |
d063f97503b7 |
children |
|
rev |
line source |
91
|
1 ## Process this file with automake to produce Makefile.in.
|
|
2
|
|
3 svg_images = \
|
|
4 folder_closed.svg \
|
|
5 folder_locked.svg \
|
|
6 folder_open.svg \
|
|
7 folder_up.svg \
|
|
8 gqview_icon.svg \
|
|
9 icon_book.svg \
|
|
10 icon_config.svg \
|
|
11 icon_tools.svg \
|
|
12 icon_view.svg \
|
|
13 sheet_blank.svg \
|
|
14 sheet_broken.svg \
|
|
15 spinner_orbit.svg
|
|
16
|
|
17 EXTRA_DIST = $(svg_images)
|
|
18
|