From d2de4875fe7449b11767885c09d3cd4ca7b95e7d Mon Sep 17 00:00:00 2001 From: Todd A Ouska Date: Fri, 26 Aug 2011 15:36:26 -0700 Subject: [PATCH] fix new files make dist --- ctaocrypt/src/include.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctaocrypt/src/include.am b/ctaocrypt/src/include.am index e274ddb70..580d3f553 100644 --- a/ctaocrypt/src/include.am +++ b/ctaocrypt/src/include.am @@ -1,8 +1,8 @@ # vim:ft=automake # All paths should be given relative to the root -EXTRA_DIST += ctaocrypt/src/ctc_misc.c -EXTRA_DIST += ctaocrypt/src/ctc_asm.c +EXTRA_DIST += ctaocrypt/src/misc.c +EXTRA_DIST += ctaocrypt/src/asm.c EXTRA_DIST += \ ctaocrypt/src/ecc_fp.c \