diff options
Diffstat (limited to 'dom/xslt/base/moz.build')
-rw-r--r-- | dom/xslt/base/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/xslt/base/moz.build b/dom/xslt/base/moz.build index 64908a1c16..8286dd3882 100644 --- a/dom/xslt/base/moz.build +++ b/dom/xslt/base/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 += [ 'txDouble.cpp', 'txExpandedName.cpp', 'txExpandedNameMap.cpp', |