mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
wire/Makefile: list wire/tlvstream.c in WIRE_SRC.
Otherwise, it doesn't depend on anything (it's compiled becasue plugins/keysend explicitly lists wire/tlvstream.o as a dependency). This made me miss a compile break. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
6635fe12e4
commit
f02c464c2e
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ WIRE_SRC := wire/wire_sync.c \
|
|||
wire/wire_io.c \
|
||||
wire/fromwire.c \
|
||||
wire/peer_wire.c \
|
||||
wire/tlvstream.c \
|
||||
wire/towire.c
|
||||
WIRE_HEADERS := $(WIRE_HEADERS_NOGEN) $(WIRE_GEN_HEADERS)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue