Add all .capnp files to make dist archive.

This commit is contained in:
Alex Helfet 2017-03-26 15:23:35 +01:00
parent 5a282f6c98
commit 6b52d615a2
3 changed files with 18 additions and 0 deletions

View file

@ -29,6 +29,10 @@ annotation nameinfix @0x85a8d86d736ba637 (file): Text;
# to a loop. $nameinfix (recommended parameter: "-gen") inserts its parameter
# before the ".c", so the filename becomes "foo-gen.c"
#
# Alternatively, add this Makefile rule to disable compiling "foo.capnp.c" -> "foo.capnp":
# %.capnp: ;
#
#
# ("foo" is really "foo.capnp", so it's foo.capnp-gen.c)
annotation fieldgetset @0xf72bc690355d66de (file): Void;