mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +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:
committed by
Christian Decker
parent
c2e56fbb1b
commit
30f129252d
1
Makefile
1
Makefile
@@ -186,7 +186,6 @@ include external/Makefile
|
|||||||
include bitcoin/Makefile
|
include bitcoin/Makefile
|
||||||
include common/Makefile
|
include common/Makefile
|
||||||
include wire/Makefile
|
include wire/Makefile
|
||||||
include wallet/Makefile
|
|
||||||
include hsmd/Makefile
|
include hsmd/Makefile
|
||||||
include gossipd/Makefile
|
include gossipd/Makefile
|
||||||
include openingd/Makefile
|
include openingd/Makefile
|
||||||
|
|||||||
@@ -100,6 +100,8 @@ LIGHTNINGD_HEADERS_GEN = \
|
|||||||
|
|
||||||
ALL_GEN_HEADERS += $(LIGHTNINGD_HEADERS_GEN)
|
ALL_GEN_HEADERS += $(LIGHTNINGD_HEADERS_GEN)
|
||||||
|
|
||||||
|
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) $(EXTERNAL_HEADERS) $(WIRE_HEADERS) $(BITCOIN_HEADERS) $(COMMON_HEADERS) $(WALLET_LIB_HEADERS) $(LIGHTNINGD_HSM_CLIENT_HEADERS)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user