mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
wallet: Add compile dependency on CCAN
This commit is contained in:
parent
b1d5283ac7
commit
e91aff210e
@ -13,6 +13,8 @@ WALLET_LIB_SRC := \
|
||||
WALLET_LIB_OBJS := $(WALLET_LIB_SRC:.c=.o)
|
||||
WALLET_LIB_HEADERS := $(WALLET_LIB_SRC:.c=.h)
|
||||
|
||||
$(WALLET_LIB_OBJS): $(CCAN_OBJS)
|
||||
|
||||
WALLET_TEST_SRC := $(wildcard wallet/*_tests.c)
|
||||
WALLET_TEST_OBJS := $(WALLET_TEST_SRC:.c=.o)
|
||||
WALLET_TEST_PROGRAMS := $(WALLET_TEST_OBJS:.o=)
|
||||
|
Loading…
Reference in New Issue
Block a user