diff --git a/src/libsodium/Makefile.am b/src/libsodium/Makefile.am index 5460b2a3..db477ea6 100644 --- a/src/libsodium/Makefile.am +++ b/src/libsodium/Makefile.am @@ -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 \