diff options
Diffstat (limited to 'layout/mathml/moz.build')
-rw-r--r-- | layout/mathml/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/mathml/moz.build b/layout/mathml/moz.build index e058257853..6ba8dcdeb8 100644 --- a/layout/mathml/moz.build +++ b/layout/mathml/moz.build @@ -15,7 +15,7 @@ if CONFIG['ENABLE_TESTS']: 'tests/chrome.ini', ] -SOURCES += [ +UNIFIED_SOURCES += [ 'nsMathMLChar.cpp', 'nsMathMLContainerFrame.cpp', 'nsMathMLFrame.cpp', |