summaryrefslogtreecommitdiffstats
path: root/tools/mountstats/Makefile.am
blob: c2e9f9995ada0c505ac1371eeeee7ffcbd68a4a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Process this file with automake to produce Makefile.in
PYTHON_FILES =  mountstats.py

man8_MANS	= mountstats.man

EXTRA_DIST	= $(man8_MANS) $(PYTHON_FILES)

all-local: $(PYTHON_FILES)

install-data-hook:
	$(INSTALL) -m 755 mountstats.py $(DESTDIR)$(sbindir)/mountstats

MAINTAINERCLEANFILES=Makefile.in