File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,6 @@ obj/build.h: FORCE
330330 " $( abs_top_srcdir) "
331331libbitcoin_util_a-clientversion.$(OBJEXT ) : obj/build.h
332332
333- ipc/capnp/libbitcoin_ipc_a-protocol.$(OBJEXT ) : $(libbitcoin_ipc_mpgen_input:=.h )
334333
335334# server: shared between bitcoind and bitcoin-qt
336335# Contains code accessing mempool and chain state that is meant to be separated
@@ -1012,6 +1011,10 @@ libbitcoin_ipc_mpgen_input = \
10121011EXTRA_DIST += $(libbitcoin_ipc_mpgen_input )
10131012% .capnp :
10141013
1014+ # Explicitly list dependencies on generated headers as described in
1015+ # https://www.gnu.org/software/automake/manual/html_node/Built-Sources-Example.html#Recording-Dependencies-manually
1016+ ipc/capnp/libbitcoin_ipc_a-protocol.$(OBJEXT ) : $(libbitcoin_ipc_mpgen_input:=.h )
1017+
10151018if BUILD_MULTIPROCESS
10161019LIBBITCOIN_IPC =libbitcoin_ipc.a
10171020libbitcoin_ipc_a_SOURCES = \
You can’t perform that action at this time.
0 commit comments