From 93dd577879f01cd9bf717d5c4510924ffeee078d Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sun, 19 Apr 2020 15:23:56 +0200 Subject: [PATCH] plugin: Add the keysend plugin to the list of installable plugins Suggested-by: Matt Whitlock <@whitslack> Signed-off-by: Christian Decker <@cdecker> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3195140e4..65d26b79b 100644 --- a/Makefile +++ b/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)