author | Michael Krelin <hacker@klever.net> | 2006-11-16 21:21:01 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-11-16 21:21:01 (UTC) |
commit | 639bf7a63ecd018140afa796dd7328014e394a1e (patch) (unidiff) | |
tree | 7aa1d3da77690c3171df55397519b2159a41fe93 /content/Makefile.am | |
parent | f1892d29afca346faaafe3ec182092ab5a8ec484 (diff) | |
download | fireflix-639bf7a63ecd018140afa796dd7328014e394a1e.zip fireflix-639bf7a63ecd018140afa796dd7328014e394a1e.tar.gz fireflix-639bf7a63ecd018140afa796dd7328014e394a1e.tar.bz2 |
added toolbar button picture to Makefile
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@224 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | content/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/Makefile.am b/content/Makefile.am index 7d11964..64d769e 100644 --- a/content/Makefile.am +++ b/content/Makefile.am | |||
@@ -1,23 +1,24 @@ | |||
1 | xpichromecontent_DATA = \ | 1 | xpichromecontent_DATA = \ |
2 | autoconf.dtd \ | 2 | autoconf.dtd \ |
3 | browser.xul about.xul fireflix-panel.xul photoset-props.xul \ | 3 | browser.xul about.xul fireflix-panel.xul photoset-props.xul \ |
4 | generated-content.xul copying.xul \ | 4 | generated-content.xul copying.xul \ |
5 | photoset-props.js fireflix.js flickr.js util.js md5.js \ | 5 | photoset-props.js fireflix.js flickr.js util.js md5.js \ |
6 | generated-content.js \ | 6 | generated-content.js \ |
7 | fireflix.css \ | 7 | fireflix.css \ |
8 | background.jpeg \ | 8 | background.jpeg \ |
9 | help.xml | 9 | help.xml |
10 | 10 | ||
11 | sized_icons = \ | 11 | sized_icons = \ |
12 | $(addsuffix .png, \ | 12 | $(addsuffix .png, \ |
13 | fireflix \ | 13 | fireflix \ |
14 | ) | 14 | ) |
15 | 15 | ||
16 | nobase_xpichromecontent_DATA = \ | 16 | nobase_xpichromecontent_DATA = \ |
17 | $(addprefix icons/, \ | 17 | $(addprefix icons/, \ |
18 | $(addprefix 16x16/,${sized_icons}) \ | 18 | $(addprefix 16x16/,${sized_icons}) \ |
19 | $(addprefix 32x32/,${sized_icons}) \ | 19 | $(addprefix 32x32/,${sized_icons}) \ |
20 | ) | 20 | ) \ |
21 | icons/16x16/toolbar-button.png | ||
21 | 22 | ||
22 | EXTRA_DIST = \ | 23 | EXTRA_DIST = \ |
23 | ${xpichromecontent_DATA} ${nobase_xpichromecontent_DATA} | 24 | ${xpichromecontent_DATA} ${nobase_xpichromecontent_DATA} |