From f7cd5685aae3c637ce4ccf44b363efc7c37e61a7 Mon Sep 17 00:00:00 2001 From: Alex Helfet Date: Mon, 27 Mar 2017 03:33:34 +0100 Subject: [PATCH] Add comiler/c.capnp.h to Makefile.am noinst_HEADERS. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 7847d78..6fa4b95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,7 @@ noinst_HEADERS += \ lib/capnp_priv.h \ compiler/str.h \ compiler/schema.capnp.h \ + compiler/c.capnp.h \ compiler/c++.capnp.h # Don't try to generate any *.capnp files. Otherwise make wants to compile them