mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
lightningd/Make: fixup reference to wallet headers
There is no "wallet_lib_headers" variable in wallet/Makefile
This commit is contained in:
parent
8eecd6c9f9
commit
9ebdb71ec0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue