Skip to content

Commit

Permalink
plugins: install pay plugin when 'make install'
Browse files Browse the repository at this point in the history
Reported-by: ctrlbreak on IRC
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell authored and cdecker committed Jan 20, 2019
1 parent c45d034 commit 4a45caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ PKGLIBEXEC_PROGRAMS = \
lightningd/lightning_hsmd \
lightningd/lightning_onchaind \
lightningd/lightning_openingd
PLUGINS=
PLUGINS=plugins/pay

install-program: installdirs $(BIN_PROGRAMS) $(PKGLIBEXEC_PROGRAMS)
@$(NORMAL_INSTALL)
Expand Down

0 comments on commit 4a45caa

Please sign in to comment.