diff options
Diffstat (limited to 'netwerk/srtp/src/moz.build')
-rw-r--r-- | netwerk/srtp/src/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/srtp/src/moz.build b/netwerk/srtp/src/moz.build index 29bf0addae..4b5e4311a5 100644 --- a/netwerk/srtp/src/moz.build +++ b/netwerk/srtp/src/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 += [ 'crypto/cipher/aes.c', 'crypto/cipher/aes_cbc.c', 'crypto/cipher/aes_icm.c', |