compiler: add "C::nameinfix" annotation

allows changing output filenames from "foo.capnp.c" to
"foo.capnpSOMETHING.c" where SOMETHING is the argument to the
annotation.
This commit is contained in:
David Lamparter 2016-06-22 15:16:40 +02:00
parent 87591da455
commit 5d787b698e
4 changed files with 71 additions and 3 deletions

View file

@ -15,6 +15,9 @@ EXTRA_DIST += c-capnproto.pc.in
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = c-capnproto.pc
EXTRA_DIST += compiler/c.capnp
capnp_DATA = compiler/c.capnp
AM_CPPFLAGS = -I${srcdir}/lib
lib_LTLIBRARIES += libcapnp_c.la