Revision 69e5fefc Makefile.am

b/Makefile.am
332 332
pytools_PYTHON = \
333 333
	lib/tools/__init__.py \
334 334
	lib/tools/ensure_dirs.py \
335
	lib/tools/node_daemon_setup.py \
335 336
	lib/tools/prepare_node_join.py
336 337

  
337 338
utils_PYTHON = \
......
616 617
PYTHON_BOOTSTRAP = \
617 618
	$(PYTHON_BOOTSTRAP_SBIN) \
618 619
	tools/ensure-dirs \
620
	tools/node-daemon-setup \
619 621
	tools/prepare-node-join
620 622

  
621 623
qa_scripts = \
......
727 729

  
728 730
nodist_pkglib_python_scripts = \
729 731
	tools/ensure-dirs \
732
	tools/node-daemon-setup \
730 733
	tools/prepare-node-join
731 734

  
732 735
myexeclib_SCRIPTS = \
......
970 973
	test/ganeti.ssh_unittest.py \
971 974
	test/ganeti.storage_unittest.py \
972 975
	test/ganeti.tools.ensure_dirs_unittest.py \
976
	test/ganeti.tools.node_daemon_setup_unittest.py \
973 977
	test/ganeti.tools.prepare_node_join_unittest.py \
974 978
	test/ganeti.uidpool_unittest.py \
975 979
	test/ganeti.utils.algo_unittest.py \
......
1373 1377
daemons/ganeti-watcher: MODULE = ganeti.watcher
1374 1378
scripts/%: MODULE = ganeti.client.$(subst -,_,$(notdir $@))
1375 1379
tools/ensure-dirs: MODULE = ganeti.tools.ensure_dirs
1380
tools/node-daemon-setup: MODULE = ganeti.tools.node_daemon_setup
1376 1381
tools/prepare-node-join: MODULE = ganeti.tools.prepare_node_join
1377 1382
$(HS_BUILT_TEST_HELPERS): TESTROLE = $(patsubst htest/%,%,$@)
1378 1383

  

Also available in: Unified diff