Add aes256-table-be.h to the Makefile

This commit is contained in:
Frank Denis 2013-09-21 18:56:24 -07:00
parent 29f81d167c
commit c19b0128e2

View File

@ -151,6 +151,7 @@ libsodium_la_SOURCES = \
crypto_stream/aes128ctr/portable/types.h \
crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c \
crypto_stream/aes256estream/hongjun/aes-table.h \
crypto_stream/aes256estream/hongjun/aes-table-be.h \
crypto_stream/aes256estream/hongjun/aes-table-le.h \
crypto_stream/aes256estream/hongjun/aes256-ctr.c \
crypto_stream/aes256estream/hongjun/aes256.h \