author | Michael Krelin <hacker@klever.net> | 2006-09-26 19:21:57 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-09-26 19:21:57 (UTC) |
commit | c5ea6ff7abd6e376ae151c9724d24f6fe156766e (patch) (unidiff) | |
tree | 0df2e4ecf02f89c4b85d1950b5c6f4fd2f67f9bd /content/Makefile.am | |
parent | 5207247fdc837ae9de1d81db903f6cd92532595e (diff) | |
download | fireflix-c5ea6ff7abd6e376ae151c9724d24f6fe156766e.zip fireflix-c5ea6ff7abd6e376ae151c9724d24f6fe156766e.tar.gz fireflix-c5ea6ff7abd6e376ae151c9724d24f6fe156766e.tar.bz2 |
Initial import into public repository0.0
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@159 fe716a7a-6dde-0310-88d9-d003556173a8
-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} | ||