-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 @@ +LOCALES=en-US +nobase_xpichromelocale_DATA = \ + $(addsuffix /fireflix.dtd, \ + ${LOCALES} \ + ) \ + $(addsuffix /fireflix.properties, \ + ${LOCALES} \ + ) + +EXTRA_DIST = ${nobase_xpichromelocale_DATA} |