mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 17:47:30 +01:00
lightningd: fix Makefile to remove cruft.
Everything depends on common headers etc, and the HSM_CLIENT_HEADERS was removed quite a while ago. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
30f129252d
commit
bcbcf2f0ae
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ ALL_GEN_HEADERS += $(LIGHTNINGD_HEADERS_GEN)
|
||||||
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) $(EXTERNAL_HEADERS) $(WIRE_HEADERS) $(BITCOIN_HEADERS) $(COMMON_HEADERS) $(WALLET_LIB_HEADERS) $(LIGHTNINGD_HSM_CLIENT_HEADERS)
|
LIGHTNINGD_HEADERS = $(LIGHTNINGD_HEADERS_NOGEN) $(LIGHTNINGD_HEADERS_GEN) $(WALLET_LIB_HEADERS)
|
||||||
|
|
||||||
$(LIGHTNINGD_OBJS): $(LIGHTNINGD_HEADERS)
|
$(LIGHTNINGD_OBJS): $(LIGHTNINGD_HEADERS)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue