Skip to content

Commit

Permalink
Install headers automatically
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vmayoral committed May 15, 2019
1 parent 84a8085 commit 16e8615
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Expand Up @@ -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
Expand Down

0 comments on commit 16e8615

Please sign in to comment.