blob: 43ca5b4f9bfe74e8b3b552b9a9021021a629fb25 [file] [log] [blame]
SUBDIRS = src
dist_doc_DATA = README.md INSTALL.md
all: grpc-c
grpc:
cd third_party/grpc; git submodule update --init; make; sudo make install
grpc-c: grpc
cd third_party/grpc-c; autoreconf --install; git submodule update --init; ./configure
make -C third_party/grpc-c