From: Anthony Minessale Date: Mon, 21 Jan 2013 01:27:58 +0000 (-0600) Subject: include all the files we need here X-Git-Tag: v1.5.1~397 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f1b01fc60fb07d27917d5e8d6c1b83ee2fbabfd;p=thirdparty%2Ffreeswitch.git include all the files we need here --- diff --git a/libs/srtp/Makefile.am b/libs/srtp/Makefile.am index a238b660ee..699316793a 100644 --- a/libs/srtp/Makefile.am +++ b/libs/srtp/Makefile.am @@ -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 \