From ae3fd061b8f3a0787d44f4418cc4e0bfc09001ca Mon Sep 17 00:00:00 2001 From: Victor Wagner Date: Mon, 5 Oct 2015 22:31:58 +0300 Subject: [PATCH] Fixed building of newoids.[ch] --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 7470609..cee538f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,8 @@ libgost_la_includedir=$(includedir)/openssl libgost_la_include_HEADERS=e_gost_err.h gost89.h gosthash2012_const.h gosthash2012.h gosthash2012_precalc.h gosthash2012_ref.h gosthash2012_sse2.h gosthash.h gost_keywrap.h gost_lcl.h newnids.h libgost_la_SOURCES=e_gost_err.c gost89.c gost_ameth.c gost_asn1.c gost_crypt.c gost_ctl.c gost_ec_keyx.c gost_ec_sign.c gost_eng.c gosthash2012.c gosthash.c gost_keywrap.c gost_md2012.c gost_md.c gost_params.c gost_pmeth.c newnids.c obj_create.c +BUILT_SOURCES=newnids.c newnids.h + .PHONY: test install-data-hook: -- 2.39.2