Revision d12b9f66 Makefile.am

b/Makefile.am
315 315

  
316 316
pytools_PYTHON = \
317 317
	lib/tools/__init__.py \
318
	lib/tools/ensure_dirs.py
318
	lib/tools/ensure_dirs.py \
319
	lib/tools/prepare_node_join.py
319 320

  
320 321
utils_PYTHON = \
321 322
	lib/utils/__init__.py \
......
578 579

  
579 580
PYTHON_BOOTSTRAP = \
580 581
	$(PYTHON_BOOTSTRAP_SBIN) \
581
	tools/ensure-dirs
582
	tools/ensure-dirs \
583
	tools/prepare-node-join
582 584

  
583 585
qa_scripts = \
584 586
	qa/__init__.py \
......
690 692
	tools/check-cert-expired
691 693

  
692 694
nodist_pkglib_python_scripts = \
693
	tools/ensure-dirs
695
	tools/ensure-dirs \
696
	tools/prepare-node-join
694 697

  
695 698
myexeclib_SCRIPTS = \
696 699
	daemons/daemon-util \
......
822 825
	test/data/bdev-drbd-net-ip4.txt \
823 826
	test/data/bdev-drbd-net-ip6.txt \
824 827
	test/data/cert1.pem \
828
	test/data/cert2.pem \
825 829
	test/data/ip-addr-show-dummy0.txt \
826 830
	test/data/ip-addr-show-lo-ipv4.txt \
827 831
	test/data/ip-addr-show-lo-ipv6.txt \
......
926 930
	test/ganeti.ssh_unittest.py \
927 931
	test/ganeti.storage_unittest.py \
928 932
	test/ganeti.tools.ensure_dirs_unittest.py \
933
	test/ganeti.tools.prepare_node_join_unittest.py \
929 934
	test/ganeti.uidpool_unittest.py \
930 935
	test/ganeti.utils.algo_unittest.py \
931 936
	test/ganeti.utils.filelock_unittest.py \
......
1327 1332
daemons/ganeti-watcher: MODULE = ganeti.watcher
1328 1333
scripts/%: MODULE = ganeti.client.$(subst -,_,$(notdir $@))
1329 1334
tools/ensure-dirs: MODULE = ganeti.tools.ensure_dirs
1335
tools/prepare-node-join: MODULE = ganeti.tools.prepare_node_join
1330 1336
$(HS_BUILT_TEST_HELPERS): TESTROLE = $(patsubst htest/%,%,$@)
1331 1337

  
1332 1338
$(PYTHON_BOOTSTRAP): Makefile | stamp-directories

Also available in: Unified diff