From b663c252418bbe53598d5a65062640cb1fdc4667 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 17 Aug 2012 15:38:05 -0400 Subject: [PATCH] Add missing scripts to the dist package Signed-off-by: David Goulet --- tests/Makefile.am | 2 +- tests/tools/streaming/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 27570566b..bc0f0a59a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = . tools kernel AM_CFLAGS = -g -Wall AM_LDFLAGS = -lurcu -lurcu-cds -EXTRA_DIST = run-report.py test_list.py utils.sh utils.h +EXTRA_DIST = run-report.py test_list.py utils.sh utils.h runall.sh if HAVE_LIBLTTNG_UST_CTL SUBDIRS += ust diff --git a/tests/tools/streaming/Makefile.am b/tests/tools/streaming/Makefile.am index 27ef18b03..f7a3c9d75 100644 --- a/tests/tools/streaming/Makefile.am +++ b/tests/tools/streaming/Makefile.am @@ -23,5 +23,5 @@ gen_ust_events_SOURCES = gen-ust-events.c tp.c tp.h gen_ust_events_LDADD = -llttng-ust endif -noinst_SCRIPTS = runall run-ust run-kernel -EXTRA_DIST = runall run-ust run-kernel +noinst_SCRIPTS = runall run-ust run-kernel uri_switch +EXTRA_DIST = runall run-ust run-kernel uri_switch -- 2.34.1