mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +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:
@@ -10,7 +10,7 @@ CONNECTD_TEST_COMMON_OBJS := \
|
||||
common/type_to_string.o \
|
||||
common/utils.o
|
||||
|
||||
ALL_C_SOURCES += $(CONNECT_TEST_SRC)
|
||||
ALL_C_SOURCES += $(CONNECTD_TEST_SRC)
|
||||
ALL_TEST_PROGRAMS += $(CONNECTD_TEST_PROGRAMS)
|
||||
|
||||
update-mocks: $(CONNECTD_TEST_SRC:%=update-mocks/%)
|
||||
|
||||
Reference in New Issue
Block a user