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.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/intl/locale/moz.build b/intl/locale/moz.build
index 94a30873ba..2ba1c6679a 100644
--- a/intl/locale/moz.build
+++ b/intl/locale/moz.build
@@ -35,7 +35,12 @@ EXPORTS += [
'nsWin32Locale.h',
]
+EXPORTS.mozilla.intl += [
+ 'LocaleService.h'
+]
+
UNIFIED_SOURCES += [
+ 'LocaleService.cpp',
'nsCollation.cpp',
'nsIDateTimeFormat.cpp',
'nsLanguageAtomService.cpp',