mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
lightningd/Make: fixup reference to wallet headers
There is no "wallet_lib_headers" variable in wallet/Makefile
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user