mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
wallet: include Makefile from lightningd/Makefile so that lightning headers defined.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
c2e56fbb1b
commit
30f129252d
1
Makefile
1
Makefile
@ -186,7 +186,6 @@ include external/Makefile
|
||||
include bitcoin/Makefile
|
||||
include common/Makefile
|
||||
include wire/Makefile
|
||||
include wallet/Makefile
|
||||
include hsmd/Makefile
|
||||
include gossipd/Makefile
|
||||
include openingd/Makefile
|
||||
|
@ -100,6 +100,8 @@ LIGHTNINGD_HEADERS_GEN = \
|
||||
|
||||
ALL_GEN_HEADERS += $(LIGHTNINGD_HEADERS_GEN)
|
||||
|
||||
include wallet/Makefile
|
||||
|
||||
# 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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user