summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2014-04-20 22:14:46 -0700
committerTushar Gohad <tushar.gohad@intel.com>2014-04-20 23:07:49 -0700
commit76a551dca73650ac2c429b6946e712fcc7887e2d (patch)
tree52b8d3c798b74951e4cefe9f929d338b3b5220b4 /Makefile.am
downloadliberasurecode-76a551dca73650ac2c429b6946e712fcc7887e2d.tar.gz
Update version to 0.9.1
ChangeLog: * Python 3.x support for PyECLib + Test code * Minor API/naming changes (str -> bytes etc) * Documentation updates for Python 3.x support * Fixes for PEP8 compliance * Several build-related bugfixes Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..3af9e3c
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,3 @@
+ACLOCAL_AMFLAGS = -I m4
+SUBDIRS = xor_codes alg_sig
+include_HEADERS = include/xor_hd_code_defs.h include/xor_code.h include/alg_sig.h