]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - tools/nfs-iostat/Makefile.am
Add in autoconf support for mountstats and nfsiostats
[nfs-utils.git] / tools / nfs-iostat / Makefile.am
diff --git a/tools/nfs-iostat/Makefile.am b/tools/nfs-iostat/Makefile.am
new file mode 100644 (file)
index 0000000..30f4054
--- /dev/null
@@ -0,0 +1,13 @@
+## Process this file with automake to produce Makefile.in
+PYTHON_FILES =  nfs-iostat.py
+
+man8_MANS      = nfsiostat.man
+
+EXTRA_DIST     = $(man8_MANS) $(PYTHON_FILES)
+
+all-local: $(PYTHON_FILES)
+
+install-data-hook:
+       $(INSTALL) --mode 755 nfs-iostat.py $(DESTDIR)$(sbindir)/nfsiostat
+
+MAINTAINERCLEANFILES=Makefile.in