annotate src/icons/svg/Makefile.am @ 738:ff8b802eac58
Separate path building code from options loading code.
Most code of load_options() is moved to new load_options_from().
ExifUIList initialization is moved to setup_default_options().
author |
zas_ |
date |
Thu, 22 May 2008 22:43:07 +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
|