From bf91980e29ff3ff9e898441dc5533d43c2abae34 Mon Sep 17 00:00:00 2001 From: Kevin Greenan Date: Tue, 19 May 2015 08:59:46 -0700 Subject: Adding new built-in backend for RS Vandermonde This is meant to be used in cases where ISA-L and Jerasure cannot be used. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3531021..b31ad45 100644 --- a/configure.ac +++ b/configure.ac @@ -195,6 +195,7 @@ AM_CONDITIONAL(ENABLE_DOXYGEN, test x$enable_doxygen = xyes) AC_CONFIG_FILES([\ src/builtin/null_code/Makefile \ src/builtin/xor_codes/Makefile \ + src/builtin/rs_vand/Makefile \ src/Makefile \ test/Makefile \ doc/Makefile \ -- cgit v1.2.1