summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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'))