From 2849650f1130f97621e39ff4cb5b6d3da0e97653 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Thu, 7 Dec 2017 18:28:34 -0500 Subject: [PATCH] Regenerate Makefile.in with private headers excluded from install. --- Makefile.in | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index 09a2d5c..ce9e799 100644 --- a/Makefile.in +++ b/Makefile.in @@ -86,8 +86,8 @@ DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \ $(top_srcdir)/configure $(am__configure_deps) \ $(srcdir)/config.h.in $(srcdir)/json_config.h.in \ $(srcdir)/json-c.pc.in $(srcdir)/json-c-uninstalled.pc.in \ - depcomp $(libjson_cinclude_HEADERS) COPYING compile \ - config.guess config.sub install-sh missing ltmain.sh + depcomp $(libjson_cinclude_HEADERS) $(noinst_HEADERS) COPYING \ + compile config.guess config.sub install-sh missing ltmain.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = \ $(top_srcdir)/autoconf-archive/m4/ax_append_compile_flags.m4 \ @@ -197,7 +197,7 @@ am__can_run_installinfo = \ *) (install-info --version) >/dev/null 2>&1;; \ esac DATA = $(pkgconfig_DATA) -HEADERS = $(libjson_cinclude_HEADERS) +HEADERS = $(libjson_cinclude_HEADERS) $(noinst_HEADERS) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ @@ -402,17 +402,19 @@ libjson_cinclude_HEADERS = \ json_inttypes.h \ json_object.h \ json_object_iterator.h \ - json_object_private.h \ json_pointer.h \ json_tokener.h \ json_util.h \ json_visit.h \ linkhash.h \ + printbuf.h + +noinst_HEADERS = \ + json_object_private.h \ math_compat.h \ strdup_compat.h \ snprintf_compat.h \ vasprintf_compat.h \ - printbuf.h \ random_seed.h \ strerror_override.h