From 97f30c591c143d2c025c97f58aad2b6c3e691e25 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Mon, 27 Jun 2016 16:24:48 +0200 Subject: [PATCH] build: fix filename --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f371c7c..8622c90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ include_HEADERS += \ lib/capnp_c.h noinst_HEADERS += \ - lib/capnp_int.h \ + lib/capnp_priv.h \ compiler/str.h \ compiler/schema.capnp.h \ compiler/c++.capnp.h \