summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorKevin Greenan <kmg@box.com>2014-07-22 13:32:23 -0700
committerKevin Greenan <kmg@box.com>2014-07-22 13:37:39 -0700
commit59bec942cb5e9a5c6206c5d2d46e443bf1ec09df (patch)
tree570d2d297a43f0715366725e912c382440089e57 /src/Makefile.am
parentbde7428542598b838c5225b428b1e7c55b8ece29 (diff)
downloadliberasurecode-59bec942cb5e9a5c6206c5d2d46e443bf1ec09df.tar.gz
Ripping out galois.[ch] and dynamically pulling the multiplication functon from jerasure
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3d13226..2bbbca1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,7 +14,6 @@ liberasurecode_la_SOURCES = \
erasurecode_postprocessing.c \
utils/chksum/crc32.c \
utils/chksum/alg_sig.c \
- utils/chksum/galois.c \
backends/xor/flat_xor_hd.c \
backends/jerasure/jerasure_rs_vand.c
@@ -22,10 +21,6 @@ liberasurecode_la_CPPFLAGS = -Werror
liberasurecode_la_LIBADD = \
builtin/xor_codes/libXorcode.la -lpthread -lm
-if GF_COMPLETE_INSTALLED
- liberasurecode_la_LIBADD += -lgf_complete
-endif
-
# Version format (C - A).(A).(R) for C:R:A input
liberasurecode_la_LDFLAGS = -rpath '$(libdir)' -version-info 9:10:9