Skip to content

Commit

Permalink
lightningd/Make: fixup reference to wallet headers
Browse files Browse the repository at this point in the history
There is no "wallet_lib_headers" variable in wallet/Makefile
  • Loading branch information
niftynei committed Jan 24, 2022
1 parent 479cc5b commit fae0f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightningd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ LIGHTNINGD_COMMON_OBJS := \
include wallet/Makefile

# All together in one convenient var
LIGHTNINGD_HEADERS = $(LIGHTNINGD_HEADERS_NOGEN) $(LIGHTNINGD_HEADERS_GEN) $(WALLET_LIB_HEADERS)
LIGHTNINGD_HEADERS = $(LIGHTNINGD_HEADERS_NOGEN) $(LIGHTNINGD_HEADERS_GEN) $(WALLET_HDRS)

$(LIGHTNINGD_OBJS): $(LIGHTNINGD_HEADERS) $(WALLET_HDRS)
$(LIGHTNINGD_OBJS): $(LIGHTNINGD_HEADERS)

# Only the plugin component needs to depend on this header.
lightningd/plugin.o: plugins/list_of_builtin_plugins_gen.h
Expand Down

0 comments on commit fae0f32

Please sign in to comment.