Skip to content

Commit 1a02d6c

Browse files
committed
Merge bitcoin#626: Revert "Merge bitcoin#620: Install headers automatically"
662918c Revert "Merge bitcoin#620: Install headers automatically" (ian) Pull request description: This reverts commit 91fae3a, reversing changes made to 5df77a0. See discussion in bitcoin-core/secp256k1#625 After the change, if we enable any module, `make install` fails because of the duplicated files in the command line arguments. Closes bitcoin-core/secp256k1#624 Tree-SHA512: 7769ede527ac307bff094603e5974c56b19e41bc2ef55113173d3dbc8e545d6add7ae044753fa0361595e5e7a746d6c8d641f98caa3381b683aa2b61a1742097
2 parents 912680e + 662918c commit 1a02d6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile.am

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ else
88
JNI_LIB =
99
endif
1010
include_HEADERS = include/secp256k1.h
11-
include_HEADERS += include/secp256k1_ecdh.h
12-
include_HEADERS += include/secp256k1_recovery.h
1311
noinst_HEADERS =
1412
noinst_HEADERS += src/scalar.h
1513
noinst_HEADERS += src/scalar_4x64.h

0 commit comments

Comments
 (0)