ica_stdll is legacy and not being activelly maintained. Exclude it from the build system (the code is still there), simplifying Automake.
Signed-off-by: Klaus Heinrich Kiwi <[email protected]> --- usr/lib/pkcs11/Makefile.am | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/usr/lib/pkcs11/Makefile.am b/usr/lib/pkcs11/Makefile.am index a0bdd5c..b5fab5e 100644 --- a/usr/lib/pkcs11/Makefile.am +++ b/usr/lib/pkcs11/Makefile.am @@ -1,9 +1,5 @@ if ENABLE_ICATOK -if S390 ICA_DLL = ica_s390_stdll -else -ICA_DLL = ica_stdll -endif endif if ENABLE_SWTOK -- 1.6.6.1 ------------------------------------------------------------------------------ _______________________________________________ Opencryptoki-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech
