mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
lightningd: include daemon/sphinx.
We're going to need it to make routes. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
075092411e
commit
185a649572
@ -23,6 +23,7 @@ LIGHTNINGD_OLD_SRC := \
|
|||||||
daemon/opt_time.c \
|
daemon/opt_time.c \
|
||||||
daemon/pseudorand.c \
|
daemon/pseudorand.c \
|
||||||
daemon/routing.c \
|
daemon/routing.c \
|
||||||
|
daemon/sphinx.c \
|
||||||
daemon/timeout.c \
|
daemon/timeout.c \
|
||||||
daemon/watch.c
|
daemon/watch.c
|
||||||
LIGHTNINGD_OLD_OBJS := $(LIGHTNINGD_OLD_SRC:.c=.o)
|
LIGHTNINGD_OLD_OBJS := $(LIGHTNINGD_OLD_SRC:.c=.o)
|
||||||
|
Loading…
Reference in New Issue
Block a user