mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
plugins: add grpc-plugin to PLUGINS, so it gets started and installed.
Fixes: #5162 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
874d3532da
commit
436706384c
1 changed files with 5 additions and 4 deletions
|
@ -168,6 +168,11 @@ plugins/fetchinvoice: bitcoin/chainparams.o $(PLUGIN_FETCHINVOICE_OBJS) $(PLUGIN
|
|||
|
||||
plugins/funder: bitcoin/chainparams.o bitcoin/psbt.o common/psbt_open.o $(PLUGIN_FUNDER_OBJS) $(PLUGIN_LIB_OBJS) $(PLUGIN_COMMON_OBJS) $(JSMN_OBJS) $(CCAN_OBJS)
|
||||
|
||||
ifneq ($(RUST),0)
|
||||
DEFAULT_TARGETS += $(CLN_PLUGIN_EXAMPLES) target/${RUST_PROFILE}/cln-grpc
|
||||
PLUGINS += target/${RUST_PROFILE}/cln-grpc
|
||||
endif
|
||||
|
||||
# Generated from PLUGINS definition in plugins/Makefile
|
||||
ALL_C_HEADERS += plugins/list_of_builtin_plugins_gen.h
|
||||
plugins/list_of_builtin_plugins_gen.h: plugins/Makefile Makefile
|
||||
|
@ -182,8 +187,4 @@ ${CLN_PLUGIN_EXAMPLES}: ${CLN_PLUGIN_SRC}
|
|||
target/${RUST_PROFILE}/cln-grpc: ${CLN_PLUGIN_SRC}
|
||||
cargo build ${CARGO_OPTS} --bin cln-grpc
|
||||
|
||||
ifneq ($(RUST),0)
|
||||
DEFAULT_TARGETS += $(CLN_PLUGIN_EXAMPLES) target/${RUST_PROFILE}/cln-grpc
|
||||
endif
|
||||
|
||||
include plugins/test/Makefile
|
||||
|
|
Loading…
Add table
Reference in a new issue