Skip to content

Commit dac7da8

Browse files
committed
Added Makefile dependency for the proxy.o on the generated grpc headers.
1 parent 6bf74d0 commit dac7da8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/remote_hsmd/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ rmthsmd-all: lightningd/remote_hsmd
7373

7474
lightningd/remote_hsmd: $(LIGHTNINGD_RMTHSM_OBJS) $(LIGHTNINGD_LIB_OBJS) $(RMTHSMD_COMMON_OBJS) $(BITCOIN_OBJS) $(WIRE_OBJS)
7575

76+
contrib/remote_hsmd/remotesigner.pb.o: $(ALL_GEN_HEADERS)
77+
7678
contrib/remote_hsmd/remotesigner.grpc.pb.o contrib/remote_hsmd/remotesigner.pb.o contrib/remote_hsmd/proxy.o contrib/remote_hsmd/dump.o : CPPFLAGS += $(CMNFLAGS) `pkg-config --cflags protobuf grpc`
7779
lightningd/remote_hsmd: LDLIBS += -L/usr/local/lib \
7880
`pkg-config --libs protobuf grpc++`\

0 commit comments

Comments
 (0)