Browse Source

wallet: Add compile dependency on CCAN

ppa-0.6.1
Christian Decker 8 years ago
committed by Rusty Russell
parent
commit
e91aff210e
  1. 2
      wallet/Makefile

2
wallet/Makefile

@ -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…
Cancel
Save