summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric Lambert <eric_lambert@xyratex.com>2014-06-12 10:59:01 -0700
committerEric Lambert <eric_lambert@xyratex.com>2014-06-12 10:59:01 -0700
commit6f23b063025f2afb44b242fdd61ce0ffbd89d3ae (patch)
treee283f485145e656f2e985ebaf8e9310d787332bb /Makefile.am
parent9e9e2a6ec3711937cf1066bedf416304e9c4b891 (diff)
downloadliberasurecode-6f23b063025f2afb44b242fdd61ce0ffbd89d3ae.tar.gz
Override default behavior of AC_CHECK_LIB so that we no longer
link libjerasure and libgf_complete to binaries built by configure
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d83f47f..f6cfc08 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,7 @@ check_PROGRAMS = text_xor_hd_code
alg_sig_test_SOURCES = tests/alg_sig_test.c
alg_sig_test_CPPFLAGS = -I./tests
-alg_sig_test_LDFLAGS = -static -lerasurecode -lgf_complete
+alg_sig_test_LDFLAGS = -static -lerasurecode -lgf_complete -lJerasure
check_PROGRAMS += alg_sig_test
test: alg_sig_test test_xor_hd_code