]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
include all the files we need here
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 21 Jan 2013 01:27:58 +0000 (19:27 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 1 Apr 2013 02:27:20 +0000 (21:27 -0500)
libs/srtp/Makefile.am

index a238b660ee84492ae462f23823fbfcdf7ed27e3b..699316793a4f1bd3b8dc2da9ca86dc336d55ed84 100644 (file)
@@ -7,7 +7,7 @@ AM_LDFLAGS   = $(new_AM_LDFLAGS) -L.
 
 
 lib_LTLIBRARIES = libsrtp.la libcryptomath.la
-libsrtp_la_SOURCES =    srtp/srtp.c crypto/cipher/cipher.c crypto/cipher/null_cipher.c \
+libsrtp_la_SOURCES =    srtp/srtp.c srtp/ekt.c crypto/cipher/cipher.c crypto/cipher/null_cipher.c \
                        crypto/cipher/aes.c crypto/cipher/aes_icm.c \
                        crypto/cipher/aes_cbc.c \
                        crypto/hash/null_auth.c crypto/hash/sha1.c \