diff options
author | Kevin Greenan <kmgreen2@gmail.com> | 2014-07-31 08:32:32 -0700 |
---|---|---|
committer | Kevin Greenan <kmgreen2@gmail.com> | 2014-07-31 08:32:32 -0700 |
commit | 4469d69a1e14ef0d22f50c08020ab2135d3ad261 (patch) | |
tree | 15035cd3298cfe439ab2c1082ad928d11911efdb /Makefile.am | |
parent | 1bb14c6a3a56591d411ac7ec0ebf8a55f3be0554 (diff) | |
download | liberasurecode-4469d69a1e14ef0d22f50c08020ab2135d3ad261.tar.gz |
Distributing the generated config.h (renamed to config_erasurecode.h), since it is used by the publid headers...
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d071c47..714d06f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,8 @@ include_HEADERS = \ include/erasurecode/erasurecode_version.h \ include/erasurecode/list.h \ include/xor_codes/xor_hd_code_defs.h \ - include/xor_codes/xor_code.h + include/xor_codes/xor_code.h \ + include/config_liberasurecode.h test: check @./test/alg_sig_test |