File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ noinst_PROGRAMS =
103103if USE_BENCHMARK
104104noinst_PROGRAMS += bench bench_internal bench_ecmult
105105bench_SOURCES = src/bench.c
106- bench_LDADD = libsecp256k1.la $(SECP_LIBS ) $(SECP_TEST_LIBS ) $( COMMON_LIB )
106+ bench_LDADD = libsecp256k1.la $(SECP_LIBS ) $(COMMON_LIB )
107107bench_CPPFLAGS = $(SECP_CONFIG_DEFINES )
108108bench_internal_SOURCES = src/bench_internal.c
109109bench_internal_LDADD = $(SECP_LIBS ) $(COMMON_LIB ) $(PRECOMPUTED_LIB )
@@ -118,8 +118,8 @@ if USE_TESTS
118118TESTS += noverify_tests
119119noinst_PROGRAMS += noverify_tests
120120noverify_tests_SOURCES = src/tests.c
121- noverify_tests_CPPFLAGS = $(SECP_INCLUDES ) $(SECP_TEST_INCLUDES ) $( SECP_CONFIG_DEFINES )
122- noverify_tests_LDADD = $(SECP_LIBS ) $(SECP_TEST_LIBS ) $( COMMON_LIB ) $(PRECOMPUTED_LIB )
121+ noverify_tests_CPPFLAGS = $(SECP_INCLUDES ) $(SECP_CONFIG_DEFINES )
122+ noverify_tests_LDADD = $(SECP_LIBS ) $(COMMON_LIB ) $(PRECOMPUTED_LIB )
123123noverify_tests_LDFLAGS = -static
124124if !ENABLE_COVERAGE
125125TESTS += tests
Original file line number Diff line number Diff line change 408408AC_CONFIG_FILES ( [ Makefile libsecp256k1.pc] )
409409AC_SUBST ( SECP_INCLUDES )
410410AC_SUBST ( SECP_LIBS )
411- AC_SUBST ( SECP_TEST_LIBS )
412- AC_SUBST ( SECP_TEST_INCLUDES )
413411AC_SUBST ( SECP_CFLAGS )
414412AC_SUBST ( SECP_CONFIG_DEFINES )
415413AM_CONDITIONAL([ ENABLE_COVERAGE] , [ test x"$enable_coverage" = x"yes"] )
You can’t perform that action at this time.
0 commit comments