annotate src/icons/svg/Makefile.am @ 798:5055b5b0d75d
Display Lirc state in config log.
Re-organize the config log a bit.
author |
zas_ |
date |
Sat, 07 Jun 2008 10:18:30 +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
|