Revert "Merge #620: Install headers automatically"
This reverts commit91fae3ace0, reversing changes made to5df77a0eda. 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.
This commit is contained in:
@@ -8,8 +8,6 @@ else
|
|||||||
JNI_LIB =
|
JNI_LIB =
|
||||||
endif
|
endif
|
||||||
include_HEADERS = include/secp256k1.h
|
include_HEADERS = include/secp256k1.h
|
||||||
include_HEADERS += include/secp256k1_ecdh.h
|
|
||||||
include_HEADERS += include/secp256k1_recovery.h
|
|
||||||
noinst_HEADERS =
|
noinst_HEADERS =
|
||||||
noinst_HEADERS += src/scalar.h
|
noinst_HEADERS += src/scalar.h
|
||||||
noinst_HEADERS += src/scalar_4x64.h
|
noinst_HEADERS += src/scalar_4x64.h
|
||||||
|
|||||||
Reference in New Issue
Block a user