From 662918cb29edc3963738d9cb98f9b4f12a3aa43c Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 24 May 2019 08:34:54 +0800 Subject: [PATCH] Revert "Merge #620: Install headers automatically" This reverts commit 91fae3ace0291b144b27fd8bbda509042f5400f1, reversing changes made to 5df77a0eda6e902a1aa9c6249cdeaec197b1e0cd. 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. --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index e0de3fa..9e5b7dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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