-rw-r--r-- | content/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/content/Makefile.am b/content/Makefile.am new file mode 100644 index 0000000..8548400 --- a/dev/null +++ b/content/Makefile.am | |||
@@ -0,0 +1,22 @@ | |||
1 | xpichromecontent_DATA = \ | ||
2 | autoconf.dtd \ | ||
3 | browser.xul about.xul fireflix-panel.xul photoset-props.xul \ | ||
4 | generated-content.xul \ | ||
5 | photoset-props.js fireflix.js flickr.js md5.js \ | ||
6 | generated-content.js \ | ||
7 | fireflix.css \ | ||
8 | background.jpeg | ||
9 | |||
10 | sized_icons = \ | ||
11 | $(addsuffix .png, \ | ||
12 | fireflix \ | ||
13 | ) | ||
14 | |||
15 | nobase_xpichromecontent_DATA = \ | ||
16 | $(addprefix icons/, \ | ||
17 | $(addprefix 16x16/,${sized_icons}) \ | ||
18 | $(addprefix 32x32/,${sized_icons}) \ | ||
19 | ) | ||
20 | |||
21 | EXTRA_DIST = \ | ||
22 | ${xpichromecontent_DATA} ${nobase_xpichromecontent_DATA} | ||