mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
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:
parent
ec072b5d68
commit
fd6c3ce5a3
1
Makefile
1
Makefile
@ -151,7 +151,6 @@ BITCOIN_HEADERS := bitcoin/address.h \
|
||||
CORE_HEADERS := close_tx.h \
|
||||
find_p2sh_out.h \
|
||||
irc.h \
|
||||
names.h \
|
||||
opt_bits.h \
|
||||
overflows.h \
|
||||
permute_tx.h \
|
||||
|
@ -41,7 +41,7 @@ DAEMON_SRC := \
|
||||
daemon/timeout.c \
|
||||
daemon/wallet.c \
|
||||
daemon/watch.c \
|
||||
names.c \
|
||||
daemon/names.c \
|
||||
irc.c
|
||||
|
||||
DAEMON_OBJS := $(DAEMON_SRC:.c=.o)
|
||||
@ -79,6 +79,7 @@ DAEMON_HEADERS := \
|
||||
daemon/jsonrpc.h \
|
||||
daemon/lightningd.h \
|
||||
daemon/log.h \
|
||||
daemon/names.h \
|
||||
daemon/netaddr.h \
|
||||
daemon/opt_time.h \
|
||||
daemon/output_to_htlc.h \
|
||||
|
Loading…
Reference in New Issue
Block a user