Skip to content

Commit

Permalink
Added static GRPC libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Larrax committed Nov 4, 2019
1 parent fe51e55 commit a561d47
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boinc/sched/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -359,11 +359,11 @@ fitcrack_sources = \
assimilator_SOURCES = $(ASSIMILATOR_SOURCES) \
$(fitcrack_sources) \
work_assimilator.cpp
assimilator_LDADD = $(SERVERLIBS) -lprotobuf -lgrpc++ -lgrpc -lgrpc++_reflection
assimilator_LDADD = $(SERVERLIBS) -L../../server/lib -lprotobuf -lgrpc++ -lgrpc -lgrpc++_reflection -lz

work_generator_SOURCES = $(fitcrack_sources) \
work_generator.cpp
work_generator_LDADD = $(SERVERLIBS) -lprotobuf -lgrpc++ -lgrpc -lgrpc++_reflection
work_generator_LDADD = $(SERVERLIBS) -L../../server/lib -lprotobuf -lgrpc++ -lgrpc -lgrpc++_reflection -lz

bitwise_validator_SOURCES = $(VALIDATOR_SOURCES) \
sample_bitwise_validator.cpp
Expand Down
Binary file added server/lib/libgrpc++.a
Binary file not shown.
Binary file added server/lib/libgrpc++_reflection.a
Binary file not shown.
Binary file added server/lib/libgrpc.a
Binary file not shown.
Binary file added server/lib/libprotobuf.a
Binary file not shown.

0 comments on commit a561d47

Please sign in to comment.