diff options
Diffstat (limited to 'dom/mathml/moz.build')
-rw-r--r-- | dom/mathml/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/mathml/moz.build b/dom/mathml/moz.build index 6a3fb14bc9..fbc1b7accf 100644 --- a/dom/mathml/moz.build +++ b/dom/mathml/moz.build @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -SOURCES += [ +UNIFIED_SOURCES += [ 'nsMathMLElement.cpp', 'nsMathMLElementFactory.cpp', ] |