From 7d213011c13af4918742d4714c0158c39d675b52 Mon Sep 17 00:00:00 2001 From: toddouska Date: Sat, 11 Apr 2015 08:47:13 -0700 Subject: [PATCH] fix fips make dist for misc.c --- cyassl/ctaocrypt/include.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cyassl/ctaocrypt/include.am b/cyassl/ctaocrypt/include.am index 23d393db8..c30b26fa7 100644 --- a/cyassl/ctaocrypt/include.am +++ b/cyassl/ctaocrypt/include.am @@ -1,6 +1,8 @@ # vim:ft=automake # All paths should be given relative to the root +EXTRA_DIST+= ctaocrypt/src/misc.c + nobase_include_HEADERS+= \ cyassl/ctaocrypt/aes.h \ cyassl/ctaocrypt/arc4.h \