summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2014-07-17 15:29:33 -0700
committerTushar Gohad <tushar.gohad@intel.com>2014-07-17 15:29:33 -0700
commitdee9ece2f7c91f873992c565466a711ed4518b94 (patch)
tree6a1cd8786702fea53877c515ee94895bbfc2c79c /src/Makefile.am
parente30f788f9ad41cc0fa5a4599edbf4c8b1b9a25f7 (diff)
downloadliberasurecode-dee9ece2f7c91f873992c565466a711ed4518b94.tar.gz
Add get_aligned_data_size() to ec helpers
Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9f72004..02ad348 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,7 @@ liberasurecode_la_SOURCES = \
liberasurecode_la_CPPFLAGS = -Werror
liberasurecode_la_LIBADD = \
- builtin/xor_codes/libXorcode.la -lpthread
+ builtin/xor_codes/libXorcode.la -lpthread -lm
if GF_COMPLETE_INSTALLED
liberasurecode_la_LIBADD += -lgf_complete