status: move into lightningd/status.

It's really a lightningd-only thing, and we're about to do surgery on it.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-03-20 06:54:12 +10:30
parent 1b0dc7414c
commit 4bf398c4e7
17 changed files with 17 additions and 18 deletions

View File

@@ -46,7 +46,6 @@ BITCOIN_OBJS := $(BITCOIN_SRC:.c=.o)
CORE_SRC := \
opt_bits.c \
status.c \
type_to_string.c \
utils.c \
version.c
@@ -188,7 +187,6 @@ CORE_HEADERS := irc.h \
opt_bits.h \
overflows.h \
protobuf_convert.h \
status.h \
type_to_string.h \
utils.h \
version.h