From 02bd676df1c260262d2e4c5618a42783fba52006 Mon Sep 17 00:00:00 2001 From: Turbo Fredriksson Date: Mon, 2 Mar 2015 22:28:57 +0100 Subject: [PATCH] Install arc_summary.py Add the arc_summary Makefile to the build system so the script is properly included in the distribution tarball and installed. Signed-off-by: Turbo Fredriksson Signed-off-by: Brian Behlendorf Closes #3147 --- cmd/Makefile.am | 1 + configure.ac | 1 + 2 files changed, 2 insertions(+) diff --git a/cmd/Makefile.am b/cmd/Makefile.am index 968c6c181a..05f42a556b 100644 --- a/cmd/Makefile.am +++ b/cmd/Makefile.am @@ -1,2 +1,3 @@ SUBDIRS = zfs zpool zdb zhack zinject zstreamdump ztest zpios SUBDIRS += mount_zfs fsck_zfs zvol_id vdev_id arcstat dbufstat zed +SUBDIRS += arc_summary diff --git a/configure.ac b/configure.ac index bad15bd16e..80493d06e3 100644 --- a/configure.ac +++ b/configure.ac @@ -110,6 +110,7 @@ AC_CONFIG_FILES([ cmd/vdev_id/Makefile cmd/arcstat/Makefile cmd/dbufstat/Makefile + cmd/arc_summary/Makefile cmd/zed/Makefile contrib/Makefile contrib/bash_completion.d/Makefile