FIREFOX_EXTENSION_FILES_TO_COPY = \
*.js \
*.rdf \
+ *.png \
install.rdf.in \
README.mozilla \
components \
FIREFOX_EXTENSION_FILES = \
bootstrap.js \
install.rdf \
+ icon.png \
+ icon64.png \
components \
content \
LICENSE \
$(NULL)
FIREFOX_MC_EXTENSION_FILES = \
bootstrap.js \
+ icon.png \
+ icon64.png \
components \
content \
LICENSE \
FIREFOX_EXTENSION_FILES_TO_COPY =
['*.js',
'*.rdf',
+ '*.png',
'install.rdf.in',
'README.mozilla',
'components',
FIREFOX_EXTENSION_FILES =
['bootstrap.js',
'install.rdf',
+ 'icon.png',
+ 'icon64.png',
'components',
'content',
'LICENSE'];
FIREFOX_MC_EXTENSION_FILES =
['bootstrap.js',
+ 'icon.png',
+ 'icon64.png',
'components',
'content',
'LICENSE'];