X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fpython-logging%2FMakefile.am;h=9d7e3fe09e4f6c049d8598d8338c686d76eb4dcc;hb=62fc05222117c446e8f48e906cf83ffccf6f385e;hp=50920f8b5043e56db4ab58f8b33048d2722c5e2e;hpb=4e382abf4c9663815d7aaad93d87d58665e7a7e9;p=lttng-tools.git diff --git a/tests/regression/ust/python-logging/Makefile.am b/tests/regression/ust/python-logging/Makefile.am index 50920f8b5..9d7e3fe09 100644 --- a/tests/regression/ust/python-logging/Makefile.am +++ b/tests/regression/ust/python-logging/Makefile.am @@ -1,21 +1,5 @@ #if USE_PYTHON -noinst_SCRIPTS = test_python_logging -EXTRA_DIST = test_python_logging LTTngTest.py - -all-local: - @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ - for script in $(EXTRA_DIST); do \ - cp -f $(srcdir)/$$script $(builddir); \ - done; \ - fi - -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