File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ LIGHTNINGD_TEST_COMMON_OBJS := \
29
29
common/permute_tx.o \
30
30
common/wireaddr.o \
31
31
32
- $(LIGHTNINGD_TEST_PROGRAMS ) : $(CCAN_OBJS ) $(BITCOIN_OBJS ) $(WIRE_OBJS ) $(LIGHTNINGD_TEST_COMMON_OBJS )
32
+ $(LIGHTNINGD_TEST_PROGRAMS ) : $(CCAN_OBJS ) $(BITCOIN_OBJS ) $(WIRE_OBJS ) $(LIGHTNINGD_TEST_COMMON_OBJS ) $( WIRE_BOLT12_OBJS )
33
33
34
34
$(LIGHTNINGD_TEST_OBJS ) : $(LIGHTNINGD_HDRS ) $(LIGHTNINGD_SRC ) $(LIGHTNINGD_SRC_NOHDR )
35
35
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ WIRE_NONEXP_HEADERS := wire/peer_wiregen.h \
53
53
wire/onion_printgen.h \
54
54
wire/channel_type_printgen.h
55
55
56
- ALL_C_SOURCES += $(WIRE_SRC ) $(WIRE_PRINT_SRC ) $(WIRE_NONEXP_SRC )
56
+ ALL_C_SOURCES += $(WIRE_SRC ) $(WIRE_BOLT12_SRC ) $( WIRE_PRINT_SRC ) $(WIRE_NONEXP_SRC )
57
57
58
58
ALL_C_HEADERS += $(WIRE_HEADERS ) $(WIRE_NONEXP_HEADERS )
59
59
You can’t perform that action at this time.
0 commit comments