From 4e382abf4c9663815d7aaad93d87d58665e7a7e9 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Sat, 25 Oct 2014 16:47:31 -0400 Subject: [PATCH] Fix: typo in pythong test Makefile Signed-off-by: David Goulet --- tests/regression/ust/python-logging/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.34.1