Skip to content

Commit 662918c

Browse files
committed
Revert "Merge bitcoin#620: Install headers automatically"
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.
1 parent 912680e commit 662918c

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)