diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-18 10:35:34 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-18 10:35:34 +0000 |
commit | 7db74bdc3af728fdac2175498a2b36b3fafbe09a (patch) | |
tree | 1aa284c477e4eb6381aae10a0b8e87974f83bb1a /netwerk | |
parent | 3c05cc907d055ef60cf2e44a573875e496cb308f (diff) | |
download | uxp-7db74bdc3af728fdac2175498a2b36b3fafbe09a.tar.gz |
Issue #80 - De-unify netwerk/srtp
Diffstat (limited to 'netwerk')
-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 3e871702f1..996d8c6017 100644 --- a/netwerk/srtp/src/moz.build +++ b/netwerk/srtp/src/moz.build @@ -4,7 +4,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/. -UNIFIED_SOURCES += [ +SOURCES += [ 'crypto/cipher/aes.c', 'crypto/cipher/aes_cbc.c', 'crypto/cipher/aes_icm.c', |