Merge #626: Revert "Merge #620: Install headers automatically"

662918c Revert "Merge #620: Install headers automatically" (ian)

Pull request description:

  This reverts commit 91fae3ace0, reversing
  changes made to 5df77a0eda.

  See discussion in https://github.com/bitcoin-core/secp256k1/pull/625

  After the change, if we enable any module, `make install` fails because of the
  duplicated files in the command line arguments.

  Closes https://github.com/bitcoin-core/secp256k1/issues/624

Tree-SHA512: 7769ede527ac307bff094603e5974c56b19e41bc2ef55113173d3dbc8e545d6add7ae044753fa0361595e5e7a746d6c8d641f98caa3381b683aa2b61a1742097
This commit is contained in:
Gregory Maxwell 2019-05-24 01:00:58 +00:00
commit 1a02d6ce51
No known key found for this signature in database
GPG Key ID: EAB5AF94D9E9ABE7
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ 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