diff options
Diffstat (limited to 'dom/u2f/moz.build')
-rw-r--r-- | dom/u2f/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/u2f/moz.build b/dom/u2f/moz.build index 92edac66d1..cd54b4bef8 100644 --- a/dom/u2f/moz.build +++ b/dom/u2f/moz.build @@ -9,7 +9,7 @@ EXPORTS.mozilla.dom += [ 'USBToken.h', ] -SOURCES += [ +UNIFIED_SOURCES += [ 'NSSU2FTokenRemote.cpp', 'U2F.cpp', 'USBToken.cpp', |