diff options
author | Turbo Fredriksson <[email protected]> | 2015-03-02 22:28:57 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-03-03 13:38:17 -0800 |
commit | 02bd676df1c260262d2e4c5618a42783fba52006 (patch) | |
tree | 8af63f097f06992b54ff43ccb250375476a58ed8 | |
parent | 989fd514b1053d5443b4e6155af9c8d863f5f0f2 (diff) |
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 <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #3147
-rw-r--r-- | cmd/Makefile.am | 1 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cmd/Makefile.am b/cmd/Makefile.am index 968c6c181..05f42a556 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 bad15bd16..80493d06e 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 |