mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 08:34:20 +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:
@@ -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)
|
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
|
# Generated from PLUGINS definition in plugins/Makefile
|
||||||
ALL_C_HEADERS += plugins/list_of_builtin_plugins_gen.h
|
ALL_C_HEADERS += plugins/list_of_builtin_plugins_gen.h
|
||||||
plugins/list_of_builtin_plugins_gen.h: plugins/Makefile Makefile
|
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}
|
target/${RUST_PROFILE}/cln-grpc: ${CLN_PLUGIN_SRC}
|
||||||
cargo build ${CARGO_OPTS} --bin cln-grpc
|
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
|
include plugins/test/Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user