diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-16 10:44:09 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-16 10:44:09 +0000 |
commit | 80fc6e92ef3b55e0dd6e05300e3e2ef93cc25e08 (patch) | |
tree | 887f8c1ad8b541089bc201fef54a6a979bce937d /editor/libeditor/moz.build | |
parent | 0754b0bc4af93b71c906a8e268718eb72b42be35 (diff) | |
download | UXP-80fc6e92ef3b55e0dd6e05300e3e2ef93cc25e08.tar UXP-80fc6e92ef3b55e0dd6e05300e3e2ef93cc25e08.tar.gz UXP-80fc6e92ef3b55e0dd6e05300e3e2ef93cc25e08.tar.lz UXP-80fc6e92ef3b55e0dd6e05300e3e2ef93cc25e08.tar.xz UXP-80fc6e92ef3b55e0dd6e05300e3e2ef93cc25e08.zip |
Issue #80 - De-unify editor/libeditor
Diffstat (limited to 'editor/libeditor/moz.build')
-rw-r--r-- | editor/libeditor/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/libeditor/moz.build b/editor/libeditor/moz.build index 998ef3d39..516b3c2d8 100644 --- a/editor/libeditor/moz.build +++ b/editor/libeditor/moz.build @@ -30,7 +30,7 @@ EXPORTS.mozilla += [ 'TextEditRules.h', ] -UNIFIED_SOURCES += [ +SOURCES += [ 'ChangeAttributeTransaction.cpp', 'ChangeStyleTransaction.cpp', 'CompositionTransaction.cpp', |