Skip to content

Commit

Permalink
Revert "Merge bitcoin#620: Install headers automatically"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
doitian committed May 24, 2019
1 parent 912680e commit 662918c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 662918c

Please sign in to comment.