summaryrefslogtreecommitdiffstats
path: root/tools/glusterfind/src/Makefile.am
blob: 43b6141b01c32f725e307eb49b515c57d0444c2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
glusterfinddir = $(GLUSTERFS_LIBEXECDIR)/glusterfind

if WITH_SERVER
glusterfind_PYTHON = conf.py utils.py __init__.py \
	main.py libgfchangelog.py changelogdata.py gfind_py2py3.py

glusterfind_SCRIPTS = changelog.py nodeagent.py \
	brickfind.py

glusterfind_DATA = tool.conf
endif

EXTRA_DIST = changelog.py nodeagent.py brickfind.py \
	tool.conf changelogdata.py

CLEANFILES =