summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-07-20 04:52:37 +0000
committerTushar Gohad <tushar.gohad@intel.com>2015-07-20 11:48:35 -0700
commitf61e907d2bbc97160f2d265a7ec6a3ad82b4e6f5 (patch)
treec9aa7f25212d925da357464d0dff931842386c8b /Makefile.am
parent85fff7f2d068fd8229a15a6ab378e718ae82f98b (diff)
downloadliberasurecode-f61e907d2bbc97160f2d265a7ec6a3ad82b4e6f5.tar.gz
Release 1.0.8v1.0.8
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 24a3da6..e5ae47a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,9 @@ thisinclude_HEADERS = \
include/erasurecode/list.h \
include/xor_codes/xor_hd_code_defs.h \
include/xor_codes/xor_code.h \
- include/config_liberasurecode.h
+ include/config_liberasurecode.h \
+ include/rs_vand/rs_galois.h \
+ include/rs_vand/liberasurecode_rs_vand.h
test: check
$(eval SONAMES := $(shell find $(abs_top_builddir) -name '*.so'))