diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-23 17:51:21 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-23 17:51:21 +0000 |
commit | ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c (patch) | |
tree | a93e4d3ac7d056b07dc2e8b3ec52ae61b30b3351 /dom/xul/templates/moz.build | |
parent | 0e27cb13cca8255e6afa3ba8a1b805ae8060588b (diff) | |
download | UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.tar UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.tar.gz UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.tar.lz UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.tar.xz UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.zip |
Issue #80 - De-unify dom/xul
Diffstat (limited to 'dom/xul/templates/moz.build')
-rw-r--r-- | dom/xul/templates/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/xul/templates/moz.build b/dom/xul/templates/moz.build index 3beb0b7e5..780f01941 100644 --- a/dom/xul/templates/moz.build +++ b/dom/xul/templates/moz.build @@ -17,7 +17,7 @@ XPIDL_SOURCES += [ XPIDL_MODULE = 'xultmpl' -UNIFIED_SOURCES += [ +SOURCES += [ 'nsContentSupportMap.cpp', 'nsContentTestNode.cpp', 'nsInstantiationNode.cpp', |