From 185a6495725527e3edb046e7663d17e069368e5b Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 29 Mar 2017 21:29:15 +1030 Subject: [PATCH] lightningd: include daemon/sphinx. We're going to need it to make routes. Signed-off-by: Rusty Russell --- lightningd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lightningd/Makefile b/lightningd/Makefile index 15769f759..310f02cdc 100644 --- a/lightningd/Makefile +++ b/lightningd/Makefile @@ -23,6 +23,7 @@ LIGHTNINGD_OLD_SRC := \ daemon/opt_time.c \ daemon/pseudorand.c \ daemon/routing.c \ + daemon/sphinx.c \ daemon/timeout.c \ daemon/watch.c LIGHTNINGD_OLD_OBJS := $(LIGHTNINGD_OLD_SRC:.c=.o)