Skip to content

Commit 1776e46

Browse files
ShahanaFarooquirustyrussell
authored andcommitted
clnrest: Rename cln-rest to rest-plugin as per current naming standards
1 parent 816970f commit 1776e46

File tree

10 files changed

+4
-4
lines changed

10 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ members = [
88
"cln-grpc",
99
"plugins",
1010
"plugins/grpc-plugin",
11-
"plugins/cln-rest"
11+
"plugins/rest-plugin"
1212
]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ ifneq ($(FUZZING),0)
377377
endif
378378
ifneq ($(RUST),0)
379379
include cln-rpc/Makefile
380-
include plugins/cln-rest/Makefile
380+
include plugins/rest-plugin/Makefile
381381
endif
382382
include cln-grpc/Makefile
383383

plugins/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,11 +296,11 @@ CLN_PLUGIN_EXAMPLES := \
296296

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

301301
target/${RUST_PROFILE}/cln-grpc: ${CLN_PLUGIN_SRC} ${CLN_GRPC_PLUGIN_SRC} $(MSGGEN_GENALL) $(MSGGEN_GEN_ALL)
302302
cargo build ${CARGO_OPTS} --bin cln-grpc
303-
target/${RUST_PROFILE}/clnrest: ${CLNREST_PLUGIN_SRC}
303+
target/${RUST_PROFILE}/clnrest: ${CLN_REST_PLUGIN_SRC}
304304
cargo build ${CARGO_OPTS} --bin clnrest
305305

306306
ifneq ($(RUST),0)
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 commit comments

Comments
 (0)