From d82410ea88fbb1a87aaad38ffead2f03c49c801b Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Wed, 15 Sep 2010 12:06:16 -0700 Subject: [PATCH] add header files for libtommath --- lib/hcrypto/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/hcrypto/Makefile.am b/lib/hcrypto/Makefile.am index cd6ea3251..f119d8c88 100644 --- a/lib/hcrypto/Makefile.am +++ b/lib/hcrypto/Makefile.am @@ -165,6 +165,9 @@ imathsource = \ imath/iprime.h ltmsources = \ + libtommath/tommath.h \ + libtommath/tommath_class.h \ + libtommath/tommath_superclass.h \ libtommath/bncore.c \ libtommath/bn_mp_init.c \ libtommath/bn_mp_clear.c \