summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2014-07-21 09:35:25 -0700
committerTushar Gohad <tushar.gohad@intel.com>2014-07-21 09:36:33 -0700
commit94c0253253957eab810037ac6b9eadd02403e036 (patch)
tree8bdecb7017f4b48ea44849d64667cb7e056d56b1 /Makefile.am
parente8d8acd7215e2e3c9edb7046d0ce5b8b06ffa3c8 (diff)
downloadliberasurecode-94c0253253957eab810037ac6b9eadd02403e036.tar.gz
gf: Convert exit(1)s to return statements
... shared library should not call exit() Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 660a0e9..5a22fb7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,6 +19,7 @@ include_HEADERS = \
include/erasurecode/erasurecode.h \
include/erasurecode/erasurecode_backend.h \
include/erasurecode/erasurecode_helpers.h \
+ include/erasurecode/erasurecode_log.h \
include/erasurecode/erasurecode_preprocessing.h \
include/erasurecode/erasurecode_postprocessing.h \
include/erasurecode/erasurecode_stdinc.h \