Revision cc120286 Makefile.am

b/Makefile.am
515 515
	$(PYTHON_BOOTSTRAP_SBIN) \
516 516
	daemons/ganeti-cleaner
517 517

  
518
dist_tools_PYTHON = \
518
python_scripts = \
519 519
	tools/burnin \
520 520
	tools/cfgshell \
521 521
	tools/cfgupgrade \
......
529 529
	tools/sanitize-config
530 530

  
531 531
dist_tools_SCRIPTS = \
532
	$(dist_tools_PYTHON) \
532
	$(python_scripts) \
533 533
	tools/kvm-console-wrapper \
534 534
	tools/xm-console-wrapper \
535 535
	tools/master-ip-setup
......
766 766

  
767 767
all_python_code = \
768 768
	$(dist_sbin_SCRIPTS) \
769
	$(dist_tools_PYTHON) \
769
	$(python_scripts) \
770 770
	$(pkglib_python_scripts) \
771 771
	$(nodist_pkglib_python_scripts) \
772 772
	$(python_tests) \
......
805 805
	ganeti \
806 806
	ganeti/http/server.py \
807 807
	$(dist_sbin_SCRIPTS) \
808
	$(dist_tools_PYTHON) \
808
	$(python_scripts) \
809 809
	$(pkglib_python_scripts) \
810 810
	$(BUILD_BASH_COMPLETION) \
811 811
	$(CHECK_IMPORTS) \
......
821 821
	ganeti \
822 822
	ganeti/http/server.py \
823 823
	$(dist_sbin_SCRIPTS) \
824
	$(dist_tools_PYTHON) \
824
	$(python_scripts) \
825 825
	$(pkglib_python_scripts) \
826 826
	$(BUILD_BASH_COMPLETION) \
827 827
	$(CHECK_HEADER) \

Also available in: Unified diff