From: David Goulet Date: Sat, 25 Oct 2014 20:47:31 +0000 (-0400) Subject: Fix: typo in pythong test Makefile X-Git-Tag: v2.7.0-rc1~241 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=4e382abf4c9663815d7aaad93d87d58665e7a7e9 Fix: typo in pythong test Makefile Signed-off-by: David Goulet --- diff --git a/tests/regression/ust/python-logging/Makefile.am b/tests/regression/ust/python-logging/Makefile.am index 34a8deee1..50920f8b5 100644 --- a/tests/regression/ust/python-logging/Makefile.am +++ b/tests/regression/ust/python-logging/Makefile.am @@ -1,7 +1,7 @@ #if USE_PYTHON noinst_SCRIPTS = test_python_logging -EXTRA_DIST = test_python_logging LTTngPython.py +EXTRA_DIST = test_python_logging LTTngTest.py all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \