From 506f987972275f4c75371efa9c8c0e100cbac7a5 Mon Sep 17 00:00:00 2001 From: Fred Weigel Date: Mon, 15 May 2023 18:42:08 +0000 Subject: [PATCH] Added jprint.h and json_status.h to allow dist build Signed-off-by: Allan Jude --- include/sys/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/sys/Makefile.am b/include/sys/Makefile.am index 385c82c926..0398421445 100644 --- a/include/sys/Makefile.am +++ b/include/sys/Makefile.am @@ -43,6 +43,8 @@ COMMON_H = \ edonr.h \ efi_partition.h \ frame.h \ + jprint.h \ + json_stats.h \ hkdf.h \ metaslab.h \ metaslab_impl.h \