Install headers automatically

This fix install all the headers under include/ into
/usr/local/include. The fix solves problems that arise
when building libraries that depend on secp256k1 such
as bitcoin-system which require all the headers
This commit is contained in:
Víctor Mayoral Vilches 2019-05-15 09:54:35 +02:00
parent 84a808598b
commit 16e86150d0
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ else
JNI_LIB =
endif
include_HEADERS = include/secp256k1.h
include_HEADERS += include/secp256k1_ecdh.h
include_HEADERS += include/secp256k1_recovery.h
noinst_HEADERS =
noinst_HEADERS += src/scalar.h
noinst_HEADERS += src/scalar_4x64.h