X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fpython-logging%2FMakefile.am;h=b0b28a00d84dedfb47fb7f962f7e4947a7301352;hb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;hp=0e170a4879808c95020b037ec9cf2d98f895eeec;hpb=2890824fc7c0ecbe2ffa296ace3a945bef931da5;p=lttng-tools.git diff --git a/tests/regression/ust/python-logging/Makefile.am b/tests/regression/ust/python-logging/Makefile.am index 0e170a487..b0b28a00d 100644 --- a/tests/regression/ust/python-logging/Makefile.am +++ b/tests/regression/ust/python-logging/Makefile.am @@ -1,21 +1,7 @@ -#if USE_PYTHON - -noinst_SCRIPTS = test_python_logging -EXTRA_DIST = test_python_logging test.py +# SPDX-License-Identifier: GPL-2.0-only -all-local: - @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ - for script in $(EXTRA_DIST); do \ - cp -f $(srcdir)/$$script $(builddir); \ - done; \ - fi +#if USE_PYTHON -clean-local: - rm -f *.class - @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ - for script in $(EXTRA_DIST); do \ - rm -f $(builddir)/$$script; \ - done; \ - fi +EXTRA_DIST = test.py #endif