Commit d1daf075 authored by Kenton Varda's avatar Kenton Varda

RPC protocol schemas should be installed. Fixes #77.

parent bbf482f9
......@@ -88,12 +88,12 @@ maintainer-clean-local:
public_capnpc_inputs = \
src/capnp/c++.capnp \
src/capnp/schema.capnp
src/capnp/schema.capnp \
src/capnp/rpc.capnp \
src/capnp/rpc-twoparty.capnp
capnpc_inputs = \
$(public_capnpc_inputs) \
src/capnp/rpc.capnp \
src/capnp/rpc-twoparty.capnp \
src/capnp/compiler/lexer.capnp \
src/capnp/compiler/grammar.capnp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment