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:
parent
87591da455
commit
5d787b698e
4 changed files with 71 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue