blob: 458b820fd191572d650d2adfac000703d2233c87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
glusterfinddir = $(libexecdir)/glusterfs/glusterfind
glusterfind_PYTHON = conf.py utils.py __init__.py \
main.py libgfchangelog.py
glusterfind_SCRIPTS = changelog.py nodecleanup.py \
brickfind.py
glusterfind_DATA = tool.conf
EXTRA_DIST = changelog.py nodecleanup.py brickfind.py \
tool.conf
CLEANFILES =
|