From 9a01459117dd5e7098443c634b9572e928c7b97c Mon Sep 17 00:00:00 2001 From: Tushar Gohad Date: Mon, 22 Jun 2015 01:46:54 +0000 Subject: Rename liberasurecode_rsvand -> liberasurecode_rs_vand --- test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index d2449a5..9e93122 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -25,12 +25,12 @@ check_PROGRAMS += libec_slap rs_galois_test_SOURCES = builtin/rs_vand/rs_galois_test.c rs_galois_test_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/rs_vand @GCOV_FLAGS@ -rs_galois_test_LDFLAGS = @GCOV_LDFLAGS@ -static-libtool-libs $(top_srcdir)/src/builtin/rs_vand/liberasurecode_rsvand.la +rs_galois_test_LDFLAGS = @GCOV_LDFLAGS@ -static-libtool-libs $(top_srcdir)/src/builtin/rs_vand/liberasurecode_rs_vand.la check_PROGRAMS += rs_galois_test liberasurecode_rs_vand_test_SOURCES = builtin/rs_vand/liberasurecode_rs_vand_test.c liberasurecode_rs_vand_test_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/rs_vand @GCOV_FLAGS@ -liberasurecode_rs_vand_test_LDFLAGS = @GCOV_LDFLAGS@ -static-libtool-libs $(top_srcdir)/src/builtin/rs_vand/liberasurecode_rsvand.la +liberasurecode_rs_vand_test_LDFLAGS = @GCOV_LDFLAGS@ -static-libtool-libs $(top_srcdir)/src/builtin/rs_vand/liberasurecode_rs_vand.la check_PROGRAMS += liberasurecode_rs_vand_test MOSTLYCLEANFILES = *.gcda *.gcno *.gcov \ -- cgit v1.2.1