Skip to content

Commit

Permalink
wallet: include Makefile from lightningd/Makefile so that lightning h…
Browse files Browse the repository at this point in the history
…eaders defined.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell authored and cdecker committed Sep 14, 2018
1 parent c2e56fb commit 30f1292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions lightningd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 30f1292

Please sign in to comment.