commit | 8e5cb14bbd39729b1d5f518e8569a2b3862781b1 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad@onlab.us> | Wed Jun 21 23:02:45 2017 +0000 |
committer | Shad Ansari <shad@onlab.us> | Wed Jun 21 23:02:45 2017 +0000 |
tree | c8ae25ffedc788104ff64969c86e91c8c67f72a7 | |
parent | a0f8609d0d93359d5c5e981c054da630e31e5970 [diff] |
add protobuf build
diff --git a/Makefile.am b/Makefile.am index d39bda2..1779f49 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -3,7 +3,10 @@ all: grpc-c -protobuf-c: +protobuf: + cd third_party/protobuf; ./autogen.sh; ./configure; make; sudo make install + +protobuf-c: protobuf cd third_party/protobuf-c; ./autogen.sh; ./configure; make; sudo make install grpc: