Revision c22341e6 Makefile.am

b/Makefile.am
503 503
	$(PYTHON_BOOTSTRAP_SBIN) \
504 504
	daemons/ganeti-cleaner
505 505

  
506
dist_tools_PYTHON = \
506
python_scripts = \
507 507
	tools/burnin \
508 508
	tools/cfgshell \
509 509
	tools/cfgupgrade \
......
515 515
	tools/sanitize-config
516 516

  
517 517
dist_tools_SCRIPTS = \
518
	$(dist_tools_PYTHON) \
518
	$(python_scripts) \
519 519
	tools/kvm-console-wrapper \
520 520
	tools/xm-console-wrapper
521 521

  
......
729 729

  
730 730
all_python_code = \
731 731
	$(dist_sbin_SCRIPTS) \
732
	$(dist_tools_PYTHON) \
732
	$(python_scripts) \
733 733
	$(pkglib_python_scripts) \
734 734
	$(nodist_pkglib_python_scripts) \
735 735
	$(python_tests) \
......
766 766
	ganeti \
767 767
	ganeti/http/server.py \
768 768
	$(dist_sbin_SCRIPTS) \
769
	$(dist_tools_PYTHON) \
769
	$(python_scripts) \
770 770
	$(pkglib_python_scripts) \
771 771
	$(BUILD_BASH_COMPLETION) \
772 772
	$(DOCPP) \
......
776 776
	ganeti \
777 777
	ganeti/http/server.py \
778 778
	$(dist_sbin_SCRIPTS) \
779
	$(dist_tools_PYTHON) \
779
	$(python_scripts) \
780 780
	$(pkglib_python_scripts) \
781 781
	$(BUILD_BASH_COMPLETION) \
782 782
	$(DOCPP) \

Also available in: Unified diff