From f0a442d044f11b809879f311a2a51d78a5df063b Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Tue, 3 Dec 2019 11:46:24 -0500 Subject: [PATCH] Fix: build: ust -> kernel mix-up in noinst_SCRIPTS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This is simply a copy paste error as test_notification_ust appears twice. Signed-off-by: Jonathan Rajotte Change-Id: I4e170a092338f5a95479a58d48247088d28d3e31 Signed-off-by: Jérémie Galarneau --- tests/regression/tools/notification/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression/tools/notification/Makefile.am b/tests/regression/tools/notification/Makefile.am index b869bdb1d..0e7a66701 100644 --- a/tests/regression/tools/notification/Makefile.am +++ b/tests/regression/tools/notification/Makefile.am @@ -36,7 +36,7 @@ notification_LDADD = $(LIB_LTTNG_CTL) $(LIBTAP) -lm rotation_SOURCES = rotation.c rotation_LDADD = $(LIB_LTTNG_CTL) $(LIBTAP) -lm -noinst_SCRIPTS = test_notification_ust test_notification_ust test_notification_multi_app test_rotation +noinst_SCRIPTS = test_notification_ust test_notification_kernel test_notification_multi_app test_rotation EXTRA_DIST = test_notification_ust test_notification_kernel test_notification_multi_app test_rotation -- 2.34.1