Skip to content

Commit

Permalink
Add esplora_clnd_plugin 4460884
Browse files Browse the repository at this point in the history
  • Loading branch information
jsarenik committed Sep 23, 2021
1 parent 79e09b9 commit bb55275
Show file tree
Hide file tree
Showing 2 changed files with 773 additions and 1 deletion.
8 changes: 7 additions & 1 deletion plugins/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ PLUGIN_BCLI_OBJS := $(PLUGIN_BCLI_SRC:.c=.o)
PLUGIN_KEYSEND_SRC := plugins/keysend.c
PLUGIN_KEYSEND_OBJS := $(PLUGIN_KEYSEND_SRC:.c=.o)

PLUGIN_ESPLORA_SRC := plugins/esplora.c
PLUGIN_ESPLORA_OBJS := $(PLUGIN_ESPLORA_SRC:.c=.o)

PLUGIN_LIB_SRC := plugins/libplugin.c
PLUGIN_LIB_HEADER := plugins/libplugin.h
PLUGIN_LIB_OBJS := $(PLUGIN_LIB_SRC:.c=.o)
Expand Down Expand Up @@ -85,7 +88,8 @@ PLUGINS := \
plugins/offers \
plugins/pay \
plugins/txprepare \
plugins/spenderp
plugins/spenderp \
plugins/esplora

# Make sure these depend on everything.
ALL_C_SOURCES += $(PLUGIN_ALL_SRC)
Expand Down Expand Up @@ -165,6 +169,8 @@ plugins/fetchinvoice: bitcoin/chainparams.o $(PLUGIN_FETCHINVOICE_OBJS) $(PLUGIN

plugins/funder: bitcoin/chainparams.o bitcoin/psbt.o common/psbt_open.o $(PLUGIN_FUNDER_OBJS) $(PLUGIN_LIB_OBJS) $(PLUGIN_COMMON_OBJS) $(JSMN_OBJS) $(CCAN_OBJS)

plugins/esplora: bitcoin/chainparams.o $(PLUGIN_ESPLORA_OBJS) $(PLUGIN_LIB_OBJS) $(PLUGIN_COMMON_OBJS) $(JSMN_OBJS) $(CCAN_OBJS) -lcurl -lssl -lcrypto

$(PLUGIN_ALL_OBJS): $(PLUGIN_LIB_HEADER)

# Generated from PLUGINS definition in plugins/Makefile
Expand Down
Loading

0 comments on commit bb55275

Please sign in to comment.