From: László Várady Date: Fri, 4 Aug 2017 10:26:54 +0000 (+0200) Subject: Fix 'make distcheck' X-Git-Tag: json-c-0.13-20171207~64^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F345%2Fhead;p=thirdparty%2Fjson-c.git Fix 'make distcheck' Signed-off-by: László Várady --- 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)