From bb9690cd948c01973363851945ea13a894b90b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 10 Jul 2014 14:39:28 +0000 Subject: [PATCH] We need to distribute (but not install) these headers. --- include/cryb/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/cryb/Makefile.am b/include/cryb/Makefile.am index cd31549..448365e 100644 --- a/include/cryb/Makefile.am +++ b/include/cryb/Makefile.am @@ -24,5 +24,9 @@ cryb_HEADERS = \ noinst_HEADERS = \ coverage.h \ + ctype.h \ impl.h \ - nocoverage.h + nocoverage.h \ + strlcat.h \ + strlcmp.h \ + strlcpy.h