diff --git a/Makefile.am b/Makefile.am index bef1a3075e37178edb1e90651c53af509e6af54c..d35c1559ebf12ccb3a6257e91db3f34c15b41f0d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -503,7 +503,7 @@ nodist_sbin_SCRIPTS = \ $(PYTHON_BOOTSTRAP_SBIN) \ daemons/ganeti-cleaner -dist_tools_PYTHON = \ +python_scripts = \ tools/burnin \ tools/cfgshell \ tools/cfgupgrade \ @@ -515,7 +515,7 @@ dist_tools_PYTHON = \ tools/sanitize-config dist_tools_SCRIPTS = \ - $(dist_tools_PYTHON) \ + $(python_scripts) \ tools/kvm-console-wrapper \ tools/xm-console-wrapper @@ -729,7 +729,7 @@ TESTS_ENVIRONMENT = \ all_python_code = \ $(dist_sbin_SCRIPTS) \ - $(dist_tools_PYTHON) \ + $(python_scripts) \ $(pkglib_python_scripts) \ $(nodist_pkglib_python_scripts) \ $(python_tests) \ @@ -766,7 +766,7 @@ lint_python_code = \ ganeti \ ganeti/http/server.py \ $(dist_sbin_SCRIPTS) \ - $(dist_tools_PYTHON) \ + $(python_scripts) \ $(pkglib_python_scripts) \ $(BUILD_BASH_COMPLETION) \ $(DOCPP) \ @@ -776,7 +776,7 @@ pep8_python_code = \ ganeti \ ganeti/http/server.py \ $(dist_sbin_SCRIPTS) \ - $(dist_tools_PYTHON) \ + $(python_scripts) \ $(pkglib_python_scripts) \ $(BUILD_BASH_COMPLETION) \ $(DOCPP) \