Skip to content

Commit

Permalink
clnrest: Rename cln-rest to rest-plugin as per current naming sta…
Browse files Browse the repository at this point in the history
…ndards
  • Loading branch information
ShahanaFarooqui authored and rustyrussell committed Feb 10, 2025
1 parent 816970f commit 1776e46
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ members = [
"cln-grpc",
"plugins",
"plugins/grpc-plugin",
"plugins/cln-rest"
"plugins/rest-plugin"
]
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ ifneq ($(FUZZING),0)
endif
ifneq ($(RUST),0)
include cln-rpc/Makefile
include plugins/cln-rest/Makefile
include plugins/rest-plugin/Makefile
endif
include cln-grpc/Makefile

Expand Down
4 changes: 2 additions & 2 deletions plugins/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -296,11 +296,11 @@ CLN_PLUGIN_EXAMPLES := \

CLN_PLUGIN_SRC = $(shell find plugins/src -name "*.rs")
CLN_GRPC_PLUGIN_SRC = $(shell find plugins/grpc-plugin/src -name "*.rs")
CLNREST_PLUGIN_SRC = $(shell find plugins/cln-rest/src -name "*.rs")
CLN_REST_PLUGIN_SRC = $(shell find plugins/rest-plugin/src -name "*.rs")

target/${RUST_PROFILE}/cln-grpc: ${CLN_PLUGIN_SRC} ${CLN_GRPC_PLUGIN_SRC} $(MSGGEN_GENALL) $(MSGGEN_GEN_ALL)
cargo build ${CARGO_OPTS} --bin cln-grpc
target/${RUST_PROFILE}/clnrest: ${CLNREST_PLUGIN_SRC}
target/${RUST_PROFILE}/clnrest: ${CLN_REST_PLUGIN_SRC}
cargo build ${CARGO_OPTS} --bin clnrest

ifneq ($(RUST),0)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1776e46

Please sign in to comment.