From 358a5c6aa8771f72d521aaacd19375553ceef6bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 6 May 2006 13:05:09 +0000 Subject: [PATCH] Add imath source, add test_engine_dso to TESTS. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17481 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/Makefile.am | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/lib/des/Makefile.am b/lib/des/Makefile.am index 17b6d6b06..c116780a7 100644 --- a/lib/des/Makefile.am +++ b/lib/des/Makefile.am @@ -45,10 +45,8 @@ install-build-headers:: $(hcryptoinclude_HEADERS) fi ; \ done - -noinst_PROGRAMS = test_engine_dso - -check_PROGRAMS = \ +TESTS = \ + test_engine_dso \ destest \ mdtest \ rc2test \ @@ -59,13 +57,13 @@ check_PROGRAMS = \ test_pkcs12 \ test_hmac -# md5crypt_test +check_PROGRAMS = $(TESTS) -TESTS = $(check_PROGRAMS) LDADD = $(lib_LTLIBRARIES) $(LIB_roken) libhcrypto_la_SOURCES = \ + $(imathsource) \ aes.c \ aes.h \ bn.c \ @@ -74,6 +72,7 @@ libhcrypto_la_SOURCES = \ des.h \ dh.c \ dh.h \ + dh-imath.c \ dsa.c \ dsa.h \ evp.c \ @@ -107,6 +106,16 @@ libhcrypto_la_SOURCES = \ ui.c \ ui.h +imathsource = \ + imath/imath.c \ + imath/imath.h \ + imath/imrat.c \ + imath/imrat.h \ + imath/iprime.c \ + imath/iprime.h \ + imath/rsamath.c \ + imath/rsamath.h + $(libhcrypto_la_OBJECTS): hcrypto-link hcrypto-link: