diff options
Diffstat (limited to 'tools/glusterfind/src/Makefile.am')
| -rw-r--r-- | tools/glusterfind/src/Makefile.am | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/tools/glusterfind/src/Makefile.am b/tools/glusterfind/src/Makefile.am index 458b820fd19..43b6141b01c 100644 --- a/tools/glusterfind/src/Makefile.am +++ b/tools/glusterfind/src/Makefile.am @@ -1,14 +1,16 @@ -glusterfinddir = $(libexecdir)/glusterfs/glusterfind +glusterfinddir = $(GLUSTERFS_LIBEXECDIR)/glusterfind +if WITH_SERVER glusterfind_PYTHON = conf.py utils.py __init__.py \ - main.py libgfchangelog.py + main.py libgfchangelog.py changelogdata.py gfind_py2py3.py -glusterfind_SCRIPTS = changelog.py nodecleanup.py \ +glusterfind_SCRIPTS = changelog.py nodeagent.py \ brickfind.py glusterfind_DATA = tool.conf +endif -EXTRA_DIST = changelog.py nodecleanup.py brickfind.py \ - tool.conf +EXTRA_DIST = changelog.py nodeagent.py brickfind.py \ + tool.conf changelogdata.py CLEANFILES = |
