mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
Makefile: fix typo which can cause build failures.
And add secp_recovery to headers, while we're at it.
```
./wire/wire.h:7:10: fatal error: secp256k1_recovery.h: No such file or directory
#include <secp256k1_recovery.h>
^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:254: recipe for target 'connectd/test/run-initiator-success.o' failed
make: *** [connectd/test/run-initiator-success.o] Error 1
m
```
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
1
external/Makefile
vendored
1
external/Makefile
vendored
@@ -19,6 +19,7 @@ LIBWALLY_HEADERS := external/libwally-core/include/wally_bip32.h \
|
||||
external/libwally-core/include/wally_psbt.h \
|
||||
external/libwally-core/include/wally_crypto.h
|
||||
LIBSECP_HEADERS := external/libwally-core/src/secp256k1/include/secp256k1_ecdh.h \
|
||||
external/libwally-core/src/secp256k1/include/secp256k1_recovery.h \
|
||||
external/libwally-core/src/secp256k1/include/secp256k1.h
|
||||
JSMN_HEADERS := external/jsmn/jsmn.h
|
||||
GHEAP_HEADERS := external/gheap/gheap.h
|
||||
|
||||
Reference in New Issue
Block a user