summaryrefslogtreecommitdiffstats
path: root/tools/mountstats/Makefile.am
blob: ca617a2a5f6014545d8078a0fa85f305577f4d37 (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) --mode 755 mountstats.py $(DESTDIR)$(sbindir)/mountstats

MAINTAINERCLEANFILES=Makefile.in