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
This commit is contained in:
@@ -45,10 +45,8 @@ install-build-headers:: $(hcryptoinclude_HEADERS)
|
|||||||
fi ; \
|
fi ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
TESTS = \
|
||||||
noinst_PROGRAMS = test_engine_dso
|
test_engine_dso \
|
||||||
|
|
||||||
check_PROGRAMS = \
|
|
||||||
destest \
|
destest \
|
||||||
mdtest \
|
mdtest \
|
||||||
rc2test \
|
rc2test \
|
||||||
@@ -59,13 +57,13 @@ check_PROGRAMS = \
|
|||||||
test_pkcs12 \
|
test_pkcs12 \
|
||||||
test_hmac
|
test_hmac
|
||||||
|
|
||||||
# md5crypt_test
|
check_PROGRAMS = $(TESTS)
|
||||||
|
|
||||||
TESTS = $(check_PROGRAMS)
|
|
||||||
|
|
||||||
LDADD = $(lib_LTLIBRARIES) $(LIB_roken)
|
LDADD = $(lib_LTLIBRARIES) $(LIB_roken)
|
||||||
|
|
||||||
libhcrypto_la_SOURCES = \
|
libhcrypto_la_SOURCES = \
|
||||||
|
$(imathsource) \
|
||||||
aes.c \
|
aes.c \
|
||||||
aes.h \
|
aes.h \
|
||||||
bn.c \
|
bn.c \
|
||||||
@@ -74,6 +72,7 @@ libhcrypto_la_SOURCES = \
|
|||||||
des.h \
|
des.h \
|
||||||
dh.c \
|
dh.c \
|
||||||
dh.h \
|
dh.h \
|
||||||
|
dh-imath.c \
|
||||||
dsa.c \
|
dsa.c \
|
||||||
dsa.h \
|
dsa.h \
|
||||||
evp.c \
|
evp.c \
|
||||||
@@ -107,6 +106,16 @@ libhcrypto_la_SOURCES = \
|
|||||||
ui.c \
|
ui.c \
|
||||||
ui.h
|
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
|
$(libhcrypto_la_OBJECTS): hcrypto-link
|
||||||
|
|
||||||
hcrypto-link:
|
hcrypto-link:
|
||||||
|
Reference in New Issue
Block a user