mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 11:59:16 +01:00
wallet: add dependency on lightningd/ headers.
wallet should really be a subdir of lightningd. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
acfb63e4bf
commit
0faa8397c3
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ WALLET_HDRS := $(WALLET_LIB_SRC:.c=.h)
|
|||
|
||||
WALLET_OBJS := $(WALLET_SRC:.c=.o)
|
||||
|
||||
# This really should be a subdir of lightningd/. We depend on their headers!
|
||||
$(WALLET_OBJS): $(LIGHTNINGD_SRC:.c=.h)
|
||||
|
||||
# Make sure these depend on everything.
|
||||
ALL_C_SOURCES += $(WALLET_SRC) $(WALLET_DB_QUERIES)
|
||||
ALL_C_HEADERS += $(WALLET_HDRS)
|
||||
|
|
Loading…
Add table
Reference in a new issue