summaryrefslogtreecommitdiff
path: root/third_party/build/srtp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/build/srtp/Makefile')
-rw-r--r--third_party/build/srtp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/build/srtp/Makefile b/third_party/build/srtp/Makefile
index 65f60613..7ef0f259 100644
--- a/third_party/build/srtp/Makefile
+++ b/third_party/build/srtp/Makefile
@@ -48,7 +48,7 @@ err = pjlib/srtp_err.o
kernel = crypto/kernel/crypto_kernel.o crypto/kernel/alloc.o \
crypto/kernel/key.o $(rng) $(err) # $(ust)
-srtpobj = srtp/srtp.o
+srtpobj = srtp/srtp.o srtp/ekt.o
cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(replay)