Commit 0182074e authored by Kenton Varda's avatar Kenton Varda

Merge pull request #13 from dwrensha/master

update automake include directory to capnp
parents c75d4bda 4e6781a2
......@@ -60,7 +60,7 @@ capnpc_middleman:
$(capnpc_outputs): capnpc_middleman
includecapnpdir = $(includedir)/capnproto
includecapnpdir = $(includedir)/capnp
includekjdir = $(includedir)/kj
includekj_HEADERS = \
......
......@@ -182,4 +182,4 @@ If setting up Ekam is too much work for you, you can also build with Automake.
sudo make install
This will install `libcapnproto.a` in `/usr/local/lib` and headers in
`/usr/local/include/capnproto`.
`/usr/local/include/capnp` and `/usr/local/include/kj`.
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