Browse Source

names: move into daemon/

It was already only referred from that Makefile.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 8 years ago
parent
commit
fd6c3ce5a3
  1. 1
      Makefile
  2. 3
      daemon/Makefile
  3. 0
      daemon/names.c
  4. 0
      daemon/names.h

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 \

3
daemon/Makefile

@ -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 \

0
names.c → daemon/names.c

0
names.h → daemon/names.h

Loading…
Cancel
Save