mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
plugin: Add the keysend plugin to the list of installable plugins
Suggested-by: Matt Whitlock <@whitslack> Signed-off-by: Christian Decker <@cdecker>
This commit is contained in:
parent
9b42d9d8ba
commit
f1633de6e8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -509,7 +509,7 @@ PKGLIBEXEC_PROGRAMS = \
|
|||
lightningd/lightning_hsmd \
|
||||
lightningd/lightning_onchaind \
|
||||
lightningd/lightning_openingd
|
||||
PLUGINS=plugins/pay plugins/autoclean plugins/fundchannel plugins/bcli
|
||||
PLUGINS=plugins/pay plugins/autoclean plugins/fundchannel plugins/bcli plugins/keysend
|
||||
|
||||
install-program: installdirs $(BIN_PROGRAMS) $(PKGLIBEXEC_PROGRAMS) $(PLUGINS)
|
||||
@$(NORMAL_INSTALL)
|
||||
|
|
Loading…
Add table
Reference in a new issue