]> granicus.if.org Git - zfs/commitdiff
Install arc_summary.py
authorTurbo Fredriksson <turbo@bayour.com>
Mon, 2 Mar 2015 21:28:57 +0000 (22:28 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 3 Mar 2015 21:38:17 +0000 (13:38 -0800)
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 <turbo@bayour.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #3147

cmd/Makefile.am
configure.ac

index 968c6c181a8c107c2eab595bd30e7e11d179e8bc..05f42a556bb58a341460cf87ff4853df2708156e 100644 (file)
@@ -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
index bad15bd16e468f89ccfc98dc46ee057cd6192c32..80493d06e333a44faa3c893b2ab5197e91fe6aae 100644 (file)
@@ -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