Browse Source

lightningd: include daemon/sphinx.

We're going to need it to make routes.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 8 years ago
parent
commit
185a649572
  1. 1
      lightningd/Makefile

1
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)

Loading…
Cancel
Save