]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Regenerate Makefile.in with private headers excluded from install. json-c-0.13-20171207
authorEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 7 Dec 2017 23:28:34 +0000 (18:28 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 7 Dec 2017 23:28:34 +0000 (18:28 -0500)
Makefile.in

index 09a2d5c2f342aac7273ad80d6cc7843948462741..ce9e79973c71328212818eeb41434443a5e880f9 100644 (file)
@@ -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