lightningd/Make: fixup reference to wallet headers

There is no "wallet_lib_headers" variable in wallet/Makefile
This commit is contained in:
niftynei 2021-12-16 13:07:33 -06:00 committed by Rusty Russell
parent 8eecd6c9f9
commit 9ebdb71ec0

View file

@ -132,9 +132,9 @@ LIGHTNINGD_COMMON_OBJS := \
include wallet/Makefile include wallet/Makefile
# All together in one convenient var # 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. # Only the plugin component needs to depend on this header.
lightningd/plugin.o: plugins/list_of_builtin_plugins_gen.h lightningd/plugin.o: plugins/list_of_builtin_plugins_gen.h