blob: 541ff946c0499727a446cafd730ed2d70e47c1a1 (
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 changelogdata.py
glusterfind_SCRIPTS = changelog.py nodeagent.py \
brickfind.py
glusterfind_DATA = tool.conf
EXTRA_DIST = changelog.py nodeagent.py brickfind.py \
tool.conf changelogdata.py
CLEANFILES =
|