aboutsummaryrefslogtreecommitdiff
path: root/src/secp256k1/src/modules/recovery/Makefile.am.include
blob: e2d3f1248d25c178c95902f9d609109063ada444 (plain)
1
2
3
4
5
6
7
8
9
include_HEADERS += include/secp256k1_recovery.h
noinst_HEADERS += src/modules/recovery/main_impl.h
noinst_HEADERS += src/modules/recovery/tests_impl.h
noinst_HEADERS += src/modules/recovery/tests_exhaustive_impl.h
if USE_BENCHMARK
noinst_PROGRAMS += bench_recover
bench_recover_SOURCES = src/bench_recover.c
bench_recover_LDADD = libsecp256k1.la $(SECP_LIBS) $(COMMON_LIB)
endif