From e0e34f0a13c581d0e7527a2ce7dcb9cc8b6e403f Mon Sep 17 00:00:00 2001 From: =?utf8?q?L=C3=A1szl=C3=B3=20V=C3=A1rady?= Date: Fri, 4 Aug 2017 12:26:54 +0200 Subject: [PATCH] Fix 'make distcheck' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: László Várady --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index cce39a0b..bb4fb6a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,8 @@ libjson_cinclude_HEADERS = \ strdup_compat.h \ vasprintf_compat.h \ printbuf.h \ - random_seed.h + random_seed.h \ + strerror_override.h libjson_c_la_LDFLAGS = -version-info 3:0:0 -no-undefined @JSON_BSYMBOLIC_LDFLAGS@ @@ -52,7 +53,8 @@ libjson_c_la_SOURCES = \ linkhash.c \ printbuf.c \ random_seed.c \ - strerror_override.c + strerror_override.c \ + strerror_override_private.h distclean-local: -rm -rf $(testsubdir) -- 2.39.5