mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
Makefile: add status_levels.c to $(COMMON_SRC_NOGEN)
Signed-off-by: YOSHIDA Masanori <masanori.yoshida@gmail.com> Changelog-None
This commit is contained in:
committed by
Rusty Russell
parent
4f12ff0967
commit
54729376d7
@@ -66,6 +66,7 @@ COMMON_SRC_NOGEN := \
|
||||
common/socket_close.c \
|
||||
common/sphinx.c \
|
||||
common/status.c \
|
||||
common/status_levels.c \
|
||||
common/status_wire.c \
|
||||
common/subdaemon.c \
|
||||
common/timeout.c \
|
||||
@@ -93,7 +94,6 @@ COMMON_HEADERS_NOGEN := $(COMMON_SRC_NOGEN:.c=.h) \
|
||||
common/json_command.h \
|
||||
common/jsonrpc_errors.h \
|
||||
common/overflows.h \
|
||||
common/status_levels.h \
|
||||
common/tx_roles.h
|
||||
|
||||
COMMON_HEADERS_GEN := common/htlc_state_names_gen.h common/status_wiregen.h common/peer_status_wiregen.h
|
||||
|
||||
Reference in New Issue
Block a user