names: move into daemon/

It was already only referred from that Makefile.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2016-11-09 08:04:27 +10:30
parent ec072b5d68
commit fd6c3ce5a3
4 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,6 @@ BITCOIN_HEADERS := bitcoin/address.h \
CORE_HEADERS := close_tx.h \ CORE_HEADERS := close_tx.h \
find_p2sh_out.h \ find_p2sh_out.h \
irc.h \ irc.h \
names.h \
opt_bits.h \ opt_bits.h \
overflows.h \ overflows.h \
permute_tx.h \ permute_tx.h \

View File

@@ -41,7 +41,7 @@ DAEMON_SRC := \
daemon/timeout.c \ daemon/timeout.c \
daemon/wallet.c \ daemon/wallet.c \
daemon/watch.c \ daemon/watch.c \
names.c \ daemon/names.c \
irc.c irc.c
DAEMON_OBJS := $(DAEMON_SRC:.c=.o) DAEMON_OBJS := $(DAEMON_SRC:.c=.o)
@@ -79,6 +79,7 @@ DAEMON_HEADERS := \
daemon/jsonrpc.h \ daemon/jsonrpc.h \
daemon/lightningd.h \ daemon/lightningd.h \
daemon/log.h \ daemon/log.h \
daemon/names.h \
daemon/netaddr.h \ daemon/netaddr.h \
daemon/opt_time.h \ daemon/opt_time.h \
daemon/output_to_htlc.h \ daemon/output_to_htlc.h \