We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf74d0 commit dac7da8Copy full SHA for dac7da8
contrib/remote_hsmd/Makefile
@@ -73,6 +73,8 @@ rmthsmd-all: lightningd/remote_hsmd
73
74
lightningd/remote_hsmd: $(LIGHTNINGD_RMTHSM_OBJS) $(LIGHTNINGD_LIB_OBJS) $(RMTHSMD_COMMON_OBJS) $(BITCOIN_OBJS) $(WIRE_OBJS)
75
76
+contrib/remote_hsmd/remotesigner.pb.o: $(ALL_GEN_HEADERS)
77
+
78
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`
79
lightningd/remote_hsmd: LDLIBS += -L/usr/local/lib \
80
`pkg-config --libs protobuf grpc++`\
0 commit comments