summaryrefslogtreecommitdiff
path: root/intl/locale/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'intl/locale/moz.build')
-rw-r--r--intl/locale/moz.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/intl/locale/moz.build b/intl/locale/moz.build
index 94a30873ba..1f6d44253e 100644
--- a/intl/locale/moz.build
+++ b/intl/locale/moz.build
@@ -15,6 +15,7 @@ else:
DIRS += ['unix']
XPIDL_SOURCES += [
+ 'mozILocaleService.idl',
'nsICollation.idl',
'nsILocale.idl',
'nsILocaleService.idl',
@@ -35,7 +36,12 @@ EXPORTS += [
'nsWin32Locale.h',
]
+EXPORTS.mozilla.intl += [
+ 'LocaleService.h'
+]
+
UNIFIED_SOURCES += [
+ 'LocaleService.cpp',
'nsCollation.cpp',
'nsIDateTimeFormat.cpp',
'nsLanguageAtomService.cpp',