-rw-r--r-- | locale/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/locale/Makefile.am b/locale/Makefile.am new file mode 100644 index 0000000..0e62920 --- a/dev/null +++ b/locale/Makefile.am | |||
@@ -0,0 +1,10 @@ | |||
1 | LOCALES=en-US | ||
2 | nobase_xpichromelocale_DATA = \ | ||
3 | $(addsuffix /fireflix.dtd, \ | ||
4 | ${LOCALES} \ | ||
5 | ) \ | ||
6 | $(addsuffix /fireflix.properties, \ | ||
7 | ${LOCALES} \ | ||
8 | ) | ||
9 | |||
10 | EXTRA_DIST = ${nobase_xpichromelocale_DATA} | ||