mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-12 01:24:23 +01:00
gossmap: move gossmap_guess_node_id to pay plugin.
This removes a point32 dependency. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
PLUGIN_PAY_SRC := plugins/pay.c
|
||||
PLUGIN_PAY_SRC := plugins/pay.c plugins/pay_point32.c
|
||||
PLUGIN_PAY_HEADER := plugins/pay_point32.h
|
||||
PLUGIN_PAY_OBJS := $(PLUGIN_PAY_SRC:.c=.o)
|
||||
|
||||
PLUGIN_AUTOCLEAN_SRC := plugins/autoclean.c
|
||||
@@ -76,6 +77,7 @@ PLUGIN_ALL_SRC := \
|
||||
$(PLUGIN_SPENDER_SRC)
|
||||
|
||||
PLUGIN_ALL_HEADER := \
|
||||
$(PLUGIN_PAY_HEADER) \
|
||||
$(PLUGIN_LIB_HEADER) \
|
||||
$(PLUGIN_FUNDER_HEADER) \
|
||||
$(PLUGIN_PAY_LIB_HEADER) \
|
||||
|
||||
Reference in New Issue
Block a user