Revision 21bf2e2e Makefile.am

b/Makefile.am
454 454
	qa/qa_daemon.py \
455 455
	qa/qa_env.py \
456 456
	qa/qa_error.py \
457
	qa/qa_group.py \
457 458
	qa/qa_instance.py \
458 459
	qa/qa_node.py \
459 460
	qa/qa_os.py \
......
767 768
	$(DOCPP) \
768 769
	$(PYTHON_BOOTSTRAP)
769 770

  
771
pep8_python_code = \
772
	ganeti \
773
	ganeti/http/server.py \
774
	$(dist_sbin_SCRIPTS) \
775
	$(dist_tools_PYTHON) \
776
	$(pkglib_python_scripts) \
777
	$(BUILD_BASH_COMPLETION) \
778
	$(DOCPP) \
779
	$(PYTHON_BOOTSTRAP) \
780
	qa
781

  
770 782
test/daemon-util_unittest.bash: daemons/daemon-util
771 783

  
772 784
test/ganeti-cleaner_unittest.bash: daemons/ganeti-cleaner
......
1087 1099
		echo '"pep8" not found during configure' >&2; \
1088 1100
	else \
1089 1101
		$(PEP8) --repeat --ignore='$(PEP8_IGNORE)' --exclude='$(PEP8_EXCLUDE)' \
1090
			$(lint_python_code); \
1102
			$(pep8_python_code); \
1091 1103
	fi
1092 1104
	$(PYLINT) $(LINT_OPTS) $(lint_python_code)
1093 1105
	cd $(top_srcdir)/qa && \

Also available in: Unified diff