summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dom/u2f/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/u2f/moz.build b/dom/u2f/moz.build
index 1c851e1d8..19325205a 100644
--- a/dom/u2f/moz.build
+++ b/dom/u2f/moz.build
@@ -10,7 +10,7 @@ EXPORTS.mozilla.dom += [
'USBToken.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'NSSU2FTokenRemote.cpp',
'U2F.cpp',
'USBToken.cpp',