blob: c2727ad3d254583130aaaa72ccb7e9c05dcefe09 [file] [log] [blame]
Ubuntuc3ff4602017-06-20 00:13:13 +00001SUBDIRS = src
2dist_doc_DATA = README.md INSTALL.md
Shad Ansarif44d1a92017-06-21 20:12:44 +00003
4all: grpc-c
5
6grpc-c:
7 cd third_party/grpc-c; autoreconf --install; git submodule update --init; ./configure
8 make -C third_party/grpc-c
9