summaryrefslogtreecommitdiffstats
path: root/tools/glusterfind/src/Makefile.am
blob: c180f051933fb5a2bf10264cee270d865baae3f4 (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

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 =