From d447fbca77a8dfca71a849dde2b24411a46ff550 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Thu, 7 Dec 2017 18:24:08 -0500 Subject: [PATCH] Don't include private headers when installing. --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9e86ad8a..435ed7e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,17 +26,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 -- 2.39.5