mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 09:04:22 +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:
1
Makefile
1
Makefile
@@ -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 \
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user